Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

open a chart by selecting something in another chart?

Hi,

I have a summary chart which gives me the difference between two sources. On selecting the difference (source1- source2) field, a new chart(Issue Summary) with detailed information should open? How can achieve it?

Capture.PNGobject ID CH29Capture 2.PNGobject ID CH19

Thanks in advance.

3 Replies
vishsaggi
Champion III
Champion III

Try this?

1. in the script or using Ctrl+Alt+V set a variable

SET vShow      = 1;

2. In your issue summary table chart -> Chart properties -> Layout Tab -> click radio button Conditional and type this

= vShow = IF(GetFieldSelections(RecordType) > 0 , 1, 0)

When you select anywhere in your Summary table based on selection it should hide and show the Issue Summary table. If you clear all it iwll hide the table. I have not tried , let me know if you face any issues.

Not applicable
Author

I tired it.. The chart is hidden with the condition but its not popping with when I click the difference or the record type...Thanks Vish

vishsaggi
Champion III
Champion III

Can you mask the data and send me your qvw file you are working on if possible ?