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: 
iliaisyah
Contributor III
Contributor III

No Expression for pivot expression

if i use flat table, i can express the view with the expression

when i want to add more variable and use pivot, the expression cannot be read

the first table is ok with pivot

second the expression is Act_Yield01/Budget01 but the expression did not show

2.png

Labels (1)
1 Solution

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

You probably need a Sum() around the Act_Yield01 field, and possibly also the budget. Use one  of these:

Sum(Act_Yield01) / Budget01
Sum(Act_Yield01) / Sum(Budget01)
Sum(Act_Yield01 / Budget01)

The correct option depends in your data model.

 

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein

View solution in original post

4 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

You probably need a Sum() around the Act_Yield01 field, and possibly also the budget. Use one  of these:

Sum(Act_Yield01) / Budget01
Sum(Act_Yield01) / Sum(Budget01)
Sum(Act_Yield01 / Budget01)

The correct option depends in your data model.

 

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
agni_gold
Specialist III
Specialist III

post your app.
iliaisyah
Contributor III
Contributor III
Author

what is app?

MindaugasBacius
Partner - Specialist III
Partner - Specialist III

The Qlikview document *.qvw is called an application in short an app 🙂