Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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)
  • pivot

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 🙂