Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have created two alternate states
GROUPE1
& GROUPE2
i wanted to count the number of days selected in group1
It works well
Count(DISTINCT{[Groupe1]* $} JOUR_ID)
Now with the same selection, i wanted to find the number of days with a flag
count(DISTINCT{<FLAG = {'COMP'}, [Groupe1]* $}>}JOUR_ID)
It is not working, can any one give me an hint plz.
Thanks in advance
Jegadish
May be this:
Count(DISTINCT{$ * [Groupe1]<FLAG = {'COMP'}>}JOUR_ID)
May be try this:
= Count(DISTINCT {[Groupe1]* $ <FLAG = {'COMP'} > } JOUR_ID)
Thanks Vish &é Sunny,
It worked, I have another question, will be back again with a question.
Have a nice day
Jegadish