Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Conditional Expression

Hello,

I have a straight table where I want to put a condition on 4 of the expressions to say if these month are selected then show. I am able to do it for if just one month is showing i.e (Month=1) however I want to say if Month=(1,2,3) then show.

Thanks in advance.

11 Replies
NareshGuntur
Partner - Specialist
Partner - Specialist

Hi Anna,

You can make it more simpler,

=if(GetFieldSelections(Account_Name1,',')='ABC'&','&'BCD',1,0)

Cheers,

Naresh

bumin
Partner - Creator II
Partner - Creator II

can i use the conditianal expression without selecting a value

from the table

Obj Period 123456789101112Total
11002001501201702002202501801701401202020
21102101601101602102302601701501301302030

I want to display only the periods 8 to 12 and the total column (having the periods 1 to 12)

can I do it with a condition in an expression?