I have this statement in my SSRS report. =iif( ((Fields!lngCount2.Value-Fields!lngCount.Value)/Fields!lngCount.Value) > 0
I want my textbox to have an action ONLY if the condition is true, otherwise no action. This is what I have as my current action expression for going to another report:
Hi I\'d like to know how to make that \"iif\" work. Basically, I need to filter the engineering \"product codes\" when originator is \"John Smith\". currentmember is not working or that iif is not wo