Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am looking to create a table that displays the top 10 sales by sales person that will not change as the user selects other criteria. The information must only change as the document is loaded.
Is there a way to switch off selection for just this object ? Any help is greatly appreciated.
Paul
Hey, Paul,
read about Set Analysis in QV help. You can write an expression in a chart object ignoring selections.
Take care,
Justinas
Hi,
use a straight table with an expression like
Sum({1} sales)
In chart properties, tab presentation, set Max Number equal to 10.
Alex
Let me remind to everybody - there WAS life before Set Analysis!
Right-click on the chart and select "Detach". The chart will never react to any selections, until you decide to "Attach" it again.
With all the beauty of Set Analysis, let's not forget about the basics!