I have a dependent drop down menu below (Categories --> Category --> Attribute --> Column Type).
Column type will always display one single value, in the image below it's "STRING".
As you guys can see after selecting "Attribute" "Column Type" appears unselected. I'm having a very bad time trying to automatically selecting it after "Attribute" is selected, however, not able to do it yet. At the moment I can only select "Column Type" clicking on it and I need to be automatically as It will be a hidden property that I will use within an external API, so the user doesn't need to see it.
Can someone please help with that?
Solved! Go to Solution.
I was able to achieve what I was looking for using the formula below, just in case someone also has the same issue:
SELECT(TB_PROFILE_SCAN[COLUMN_TYPE],AND([VALUE]=[Attribute],ISNOTBLANK([_THISROW].[Attribute])))
User | Count |
---|---|
16 | |
8 | |
7 | |
3 | |
2 |