Top "Iif-function" questions

IIf is a language function to perform an immediate or inline conditional assignment.

Iif equivalent in C#

Is there an IIf equivalent in C#? Or similar shortcut?

c# .net conditional-operator iif-function
SSRS Conditional Formatting Switch or IIF

I currently have the following 2008 SSRS Report and I want to conditionally format background of the columns based on some …

reporting-services ssrs-2008 switch-statement iif-function
How to check multiple conditions in rdlc expression

I have worked on only possible 2 in rdlc Expression values as like =iif((Fields!Gender.Value="1"),"Male","Female") Here I …

reportviewer rdlc iif-function
Performance difference between IIf() and If

In Visual Basic, is there a performance difference when using the IIf function instead of the If statement?

vb.net if-statement iif-function
Java Equivalent to iif function

the question is simple, there is a functional equivalent of the famous iif in java? For example: IIf (vData = "S", …

java function if-statement equivalent iif-function
SSRS Formula or expression to change NaN to 0

I am using the following expression to work out a percentage: =Fields!Days.Value/Sum(Fields!Days.Value, "Date_month_…

reporting-services expression nan ssrs-expression iif-function
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 …

crystal-reports isnull iif-function
Conditional Action in SSRS

I want my textbox to have an action ONLY if the condition is true, otherwise no action. This is what …

reporting-services ssrs-2008 iif-function iif