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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Insert variable values in a excel table

Hello everybody,

how can i manipulate an Excel List. I have a original table with data inside. I saved formulas as variable. My Goal ist to save the solution of the formulas in a new Excel list (calculated table)

Original table

figures
Revenue I1
Revenue II2
Cost I4
Cost II5

Here you see my formulas in the LOAD:

Sum ([Revenue I + II]) = sum(if(figure='Revenue I') + sum(if(figure='Revenue II')

Sum([Cost I + II]) = sum(if(figure='Cost I') + sum(if(figure='Cost II')

Div([Cost/Revenue]) = $(Sum([Revenue I + II])/$(Sum([Cost I + II])

Calculated table

figures
Revenue I1
Revenue II2
Sum(Revenue I+II)3
Cost I4
Cost II5
Sum(Cost I +II)9
Div([Cost/Revenue])3

I hope someone understand my Problem and know how to solve this Problem.

Thanks.

Labels (1)
0 Replies