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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dynamically insert a calculate row in table

Hi Guys,

I have a table with following structure in qlikview. (This is the table that I am creating from my source data at front end )

Head                 Budget

Revenue             1000

Material              1500

I want to add third row in my table Revenue% as Revenue/Material. How to add this row dynamically in my table.

Kindly help me Its little bit urgent

Tribhuwan

2 Replies
preminqlik
Specialist II
Specialist II

hi there, if i understood,

take dimension as calculated as given below :

ValueList('$(=concat(if(aggr(sum(Budget),Head),Head),chr(39)&','&chr(39)))','R/M')

expression:

sum(if(ValueList('$(=concat(if(aggr(sum(Budget),Head),Head),chr(39)&','&chr(39)))','R/M')=Head,Budget,$(=sum({<Head={'Revenue'}>}Budget)/sum({<Head={'Material'}>}Budget))))

once try above one let me know

@premhas

preminqlik
Specialist II
Specialist II

here is the another way