4
votes
1answer
449 views
If, IIf() and If()
I recently asked a question about IIf vs. If and found out that there is another function in VB called If which basically does the same thing as IIf but is a short-circuit.
Does t …
4
votes
9answers
916 views
IIf() vs. If
In Visual Basic, is there a performance difference when using the IIf function instead of the If statement?
2
votes
2answers
214 views
Does the iif function compute both paths in SSRS or is it short-circuted?
I am trying to evaluate a Price per Kilo ($/Kg) based on sales of a product. This works fine if the product was acutally sold during the period specified. However if the product …
2
votes
5answers
1k views
iif equivalent in c#
What's the iif equivalent in c#? or similar short circuit?
0
votes
3answers
311 views
Report Server - unable to display correct input parameter via Iif() or Switch()
I have a nullable boolean input parameter with the following expression in my textbox:
=iif(Parameters!Sorted.Value="","All",iif(Parameters!Sorted.Value="True","Sorted","Unsorted" …
0
votes
1answer
2k views
Crystal Reports formula: IsNull + Iif
There are hints of the answer to this question here and there on this site, but I'm asking a slightly different answer.
Where does Crystal Reports document that this syntax does n …
