Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can i calculate some data at the load time,,,, right now I'm calculating them with the help of variable,but i want to calculate it at the load time

hi everyone

How can i calculate some data at the load time,,,,

right now I'm calculating them with the help of variable,but i want to calculate it at the load time

help me out

2 Replies
sushil353
Master II
Master II

Hi,

Please explain your issue with some example or post the sample application.

~Sushil

Not applicable
Author

variable1=sum({<ancestor_id={'BS020000000000000000000000000000'},str_pov_name=,str_pov_code={'ACTUAL'},str_coa_description=,ancestor_name=>}money_measure)

I'm using the variable1 in chart to show money_measure whose id is 'BS020000000000000000000000000000

but i dont want to use variable for that ,do i have any other way to do it