Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple Actions with iif

Status
Not open for further replies.
Apr 27, 2006
126
GB
Hi,

IN SSRS, I have a cell in a table I basically want to do the following:

iif(Something = 1, PerformAction1 and PerformAction2, PerformAction3)

Is it possible to perform 2 actions if an iif statement returns true?

________
clueless
 
Apparantley can't, I was foolishly still treating iif like an if statement rather than function..

________
clueless
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top