on 2019 Apr 01 2:46 AM
hi,
I have created a "counter" for distinct count on column1,column2 & column3 at aggregation node. (cm_count_total)
and i am trying to create another restricted measure on cm_count_total ( where "BRAND_APR_STATUS" = 'Withdrawn') > i have used Restricted measure at aggregation node with no luck and i have tried to create another Calculated column using the below formula with no luck
if ("BRAND_APR_STATUS" = 'Withdrawn',"cm_count_total",0)
Can you help me how can i achieve another measure to get results as below (annotated in red)
Request clarification before answering.
Hi Promod,I think it is not allowed to consume counter in expression in calculated or restricted measures.However you can create a calculated column of type Integer and try to put expression : if ("BRAND_APR_STATUS" = 'Withdrawn',1,0).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Promod,
You can create counters for multiple attribute columns at a time. For example, if you create a counter for two columns, the counter displays the count of distinct combinations of both columns.
Regards,
Nawa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
72 | |
21 | |
9 | |
7 | |
6 | |
6 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.