Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
ClementByr
Contributor III
Contributor III

Use a calculated dimension in a formula

Hello,

In the storyboard, I want to define a calculated dimension called vINSTRUCTION that I will use in many formula.

Here is the calculated dimension : if(IsNull([RATIO.INSTRUCTION]), [ERRORS.INSTRUCTION], [RATIO.INSTRUCTION])

I tried to create a formula like Count(vINSTRUCTION) but vINSTRUCTION does not appear in the dimension pane.

I also tried to do this as a variable but the formula count(vINSTRUCTION) count the dimension as a variable not as dimension (return 1).

Does know a way to keep this calculated dimension in some sort a variable so I can re-use it in many formula.

Best regards.

Labels (2)
0 Replies