08-11-2023 05:05 AM - edited 08-11-2023 05:06 AM
Hi,
I'm currently using this formula in dashboard filter - count(value1,groupBy(Value2,Value3)) and incorta is throwing an error. - " INC_04050708: Level based measures formulas are not supported in filters. Formula was: {0}"
Is there any alternate way to use this calculated count column in dashboard filters?
Solved! Go to Solution.
08-16-2023 12:04 PM
08-21-2023 12:06 PM
@nikhil_cr - Any more input on the issue?
08-23-2023 03:28 AM
@anurag @JoeM - Please see below screenshot with explanation -
There are multiple Company and Branch in this table and I want to identify common cluster ID with same CPB based on the user selection for Company and Branch.
For example - User filters Company = 8000, 8200 and Branch = 1126, 2090. Now, based on these combination I want to select the common cluster ID with the same CPB.
So for this, I catted Cluster ID + CPB columns and now, if the count of this catted column is 2 then those are the common cluster ID with same CPB between those company and Branches.
The count here should be dynamic, If the users select 4 companies and 5 branches - Unique combination here is 5. So, the count of catted column = 5 will give me the common cluster ID with same CPB.
So that is the reason I used the formula - count(Catted_Clust_cpb, groupBy(cpb,.cluster_id)). This count will become dynamic based on the user selection and having this in the dashboard filter allows user to select that count (Value) which is equal Unique combination.
Hope this help, thanks for your support. Appreciate that.
09-08-2023 01:05 AM