Hi,
How can I apply conditional filter in crossdataband by using expression. I want to apply something like
if(Feature.Count%2==0)
{
Line==1 || Line== (Features.Count/(int.Parse(Quote.ChildQuoteExists)+1)-(Features.Count/(int.Parse(Quote.ChildQuoteExists)+1))/2)+1
}
else
{
Line==1 || Line== ((Features.Count)/(int.Parse(Quote.ChildQuoteExists)+1)-(Features.Count/(int.Parse(Quote.ChildQuoteExists)+1))/2)+1)+1
}
But when i do this it gives me error. how can I solve this kind of case.
Conditional filter in CrossDataband using expression.
-
- Posts: 24
- Joined: Wed Dec 04, 2013 8:52 am
Conditional filter in CrossDataband using expression.
- Attachments
-
- filter.JPG (32.72 KiB) Viewed 1013 times
Re: Conditional filter in CrossDataband using expression.
Hello,
Please try to use the IIF function.
Thank you.
Please try to use the IIF function.
Thank you.