Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a field say [%rfflag]. it got values 'Y','N' and have a expression say count({<[%rfflag],[Date]>}id).
I don't want [%rfflag],[Date] fields affect the count of id's . So , ihave coded this way but when I make selections for the [%rfflag]; it is actually affecting the count of id's.
Can anyone tell me wats going wrong.
count({<[%rfflag]={*},[Date]={*}>}id).
No improvement in your response as well. You have to help us here to be helped. Please share a sample and check the link to know how . Preparing examples for Upload - Reduction and Data Scrambling
Hi
try with only %rfflag and see if it the selections still affecting the count?
count({<[%rfflag]=>}id)