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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Include calculated dimension in expression

Hi Community,

I have a calcuated dimension I would like to have in the expression of a pivot table(for user functionality reasons.)

the calcluated dimension is if(leafhdrtxt=[Division Abbreviation],[Division Abbreviation])

Any ideas?

Labels (1)
4 Replies
Nicole-Smith
MVP
MVP

only({<leafhdrtxt=[Division Abbreviation]>} [Division Abbreviation])

Not applicable
Author

Let me rephrase that.  How would I tie that in with the current expression of:

-1*sum({ $<  balcode={'ACTUAL'},

LinkYear= {$(=$(vCurrentFiscalYear))},

LinkMonth=CurrentDocumentMonth3,

={'DPCOMP'}

             >}PeriodTotal/1000)

Nicole-Smith
MVP
MVP

I'm not sure what you're trying to accomplish.  How are you trying to tie it in?  What is the calculation that you're trying to do?

SunilChauhan
Champion II
Champion II

use in express same code

if(leafhdrtxt=[Division Abbreviation],[Division Abbreviation])

hope this help

Sunil Chauhan