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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can i do this calculation at the time of loading(with scripting) withiut using variable? help me out

Hi Everyone

vart1 = sum{<ancestor_id={'BS020030040010000000000000000000'},str_pov_name={'ACTUAL'}>}money_measure)

here var1 is the calculated value of money measure where ancestor_id={'BS020030040010000000000000000000'} and 

    str_pov_name={'ACTUAL'}   both field are from different table

How can i do this calculation at the time of loading(with scripting) withiut using variable? help me out

11 Replies
Not applicable
Author

First of all, If you group by pk_data_details only in your last load, then remove the fields

ancestor_id  and str_coa_code from the load statement. Otherwise you will have to group by all of them:

Group by pk_data_details, ancestor_id, str_coa_code;

Not applicable
Author

Hello Quentin

I did that but still script is not loading