Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Hi,
Find the attachment.
Hope this is what you want
Regards,
Kaushik Solanki
Hi,
You mean to say, you want to show previous selections correct? if it is, you can use
Sum( {$1} Sales)
-Jai
If you are looking for current selection data and last one selection data. here is a small example attached.
- Sridhar
I don't have full version to open your file. Can you explain the process.
Hi,
If you are using personal edition then use following expression
Sum( {$1} Sales).It will give you previously selected value.
-Jai
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