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: 
jagannalla
Partner - Specialist III
Partner - Specialist III

Display in table

Hi,

i had a bar chart with one dimension. When i selecting the values of dimension this same values should be displayed in the table along with data. Upto here it is working fine for first selection. Next time i'll select another values in bar chat now the table should contain data along with last selection data.

How can i do this?

6 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

   Find the attachment.

   Hope this is what you want

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable

Hi,

  You mean to say, you want to show previous selections correct? if it is, you can use

                  Sum( {$1} Sales)

-Jai

Not applicable

If you are looking for current selection data and last one selection data. here is a small example attached.

- Sridhar

jagannalla
Partner - Specialist III
Partner - Specialist III
Author

I don't have full version to open your file. Can you explain the process.

Not applicable

Hi,

If you are using personal edition then use following expression

Sum( {$1} Sales).It will give you previously selected value.

-Jai

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Set 2 expression for your chart.

  

     Set 1st as Sum(Sales) give name current data.

 

     Set 2nd as Sum({$1}Sales) give name as Previous Data.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!