Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
How can i use and condition in if condition?requirement is like,when they select high and medium count should be 0 otherwisse
count({<rating={'low','TBD','very low'}>}ID) i tried if condition with and but whenever i am making selection of high and medium it is not showing 0
rating
high,
low,
medium,
TBD,
very low]
Please help me to resolve this.
Regards,
shruthi
May be something like this
count({<Desc={"=match(Desc,'High','Med')=0 and GetSelectedCount(Desc)<=1"}>}Desc)