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: 
capriconuser
Creator
Creator

already sum in expression

i have a filed "Amount" in that i already done this in script

load

id, 

sum (amount)

from abc

group by id 

 

now i am trying to add expression like this 

({<id={'1'}>} amount)

but this does not work any help 

here in expression i dont want to add sum because this  sum is already in script 

10 Replies
capriconuser
Creator
Creator
Author

i already applied sum on amount field t hey when i apply sum on code_name?