Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
My current expression is :
=Count({<flag={1}>}distinct filer)
This distinct will work for monthly basis as my dimension is month wise.But I want this distinct function based on Yearly basis with the same monthly dimension.How i cant achieve this.
table:
Column No of Filer
-----------------------------------------
Jan2014 3
Feb2014 4
Mar2014 5
Apr2014 6
-
-
Dec2014 15
Thanks,
Narender
try to use aggr function and use year on aggr
Pls tell me the format
Hi,
Please try the following
Count(TOTAL <Year> {<flag={1}>}distinct filer)
Regards,
Joshmi
Hi,
Its showing data, total on each month is the same.
So not working.
Thanks
Aggr is showing wrongly data as data for against all month is showing same . So total count on each month is same.
You can use an AsOf table here. Simple and powerful. There are other solutions if you could drop the DISTINCT clause...
See attachment.
Peter
HI Pater,
where is the attachment??
Thanks.
HI all,
Any one know how to sort out this???
Thanks
People might help sort this out faster if you could create a sample excel/qvw explaining expected output.