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: 
vikasmahajan

Display Fields dynamically in straight table

Find attached sheet and qvw ,  When user select opportunity1  then related information should display in straight table , like this user can select opportunity2 and so ..

Field Lvl Trigger : - vVariable1->  = if(InitativeNo='I1', fieldvalue('Initative', 1),if(InitativeNo='I2',fieldvalue('Initative',2)))

                   vVariable2-> = if(InitativeNo='I1', fieldvalue('InititiavtiveHost',1),if(InitativeNo='I2',fieldvalue('InititiavtiveHost',2)))

                  vVariable3->                                      = if(InitativeNo='I1', fieldvalue('InititiavtiveCharges',1),if(InitativeNo='I2',fieldvalue('InititiavtiveCharges',2)))

Sum($(='[' & vVariable3 & ']'))   Expression

=num(Sum({<$(='[' & vVariable4 & ']') = {'Review'}>} $(='[' & vVariable3 & ']')),'$#,##0')   ( Set with expression)

Thanks in ADV

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
2 Replies
Anonymous
Not applicable

I donot understand, your Chart Looks good, but is missing an expression

so define an Expression e.g. 1, then goto presentation and hide the 1

thats what you will see (if you select Opp3)

migueldelval
Specialist
Specialist

Hi Vikas,

Could the attach file answer your question?

Regards

Miguel del Valle