Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Please help me to use set analysis for the below chart expression.
=If(GetSelectedCount(Field_Name)>=1 and GetSelectedCount(Field_Name2)>=1,0,
if(GetSelectedCount(Field_Name3)>=1 and GetSelectedCount(Field_Name2)>=1,0,
if(Count(if(Field_Name>=$(variable1) and Field_Name1<=$(variable2), field_Name4,null()))>0 and '$(variable)'='value1' and '$(variable2)'='value2',1,
if(count(if(Field_Name2=GetFieldSelections(field_name2),field_4,null()))>0 and '$(variable1)' = 'value' and '$(variable2)'='value2',1,0))))
Thanks,
Lawrance A
Can you share what is included within the variables?
HI,
I variable I just use current date and month start date
Thanks,
Lawrance. A