Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
polisetti
Creator II
Creator II

Bar chart should not effect with selection

Hi,

In my reports i had one bar chart and one straight table. When ever i click on bar chart the bottom straight table should filter according to the selection made in bar chart. Now the requirement is the data in straight table should filter but the bar chart should on filter on selection.

Ex:

I have a dimension month :jan, feb, mar , apr .If i select on mar the straight table should show data related to mar, but the bar chart should show all the 4 months.

I tried Set reference option in properties, but it is breaking at some times.

Is there any other process to show like this ?

Thanks,

Polisetti

1 Solution

Accepted Solutions
sudeepkm
Specialist III
Specialist III

Please take a look at the example.

T125520.png

View solution in original post

10 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

Create a separate state for bar chart.

Look at alternate states.

Look at the attached document

Regards

ASHFAQ

Not applicable

GO to Properties of barchart and Select Detach May it helps to you.

lironbaram
Partner - Master III
Partner - Master III

you can use set analysis in the bar chart expression

if you want the bar chart to disregard all selection

just change the expression to sum({1} yourfieldname)

sudeepkm
Specialist III
Specialist III

in your bar chart you can modify the expression like below.

sum({<Month=>} Sales). any selection of Month in straight table or any where in the dashboard will not change the bar chart values.

polisetti
Creator II
Creator II
Author

Bar chart.PNG.pngHi,

Thanks for you immediate reply.

Please check the screenshot, so i want to show in same visualization.

When the bar is selected the particular data should show in straight table and the particular bar should come in different color.

Thanks

Polisetti

sujeetsingh
Master III
Master III

use set analysis

sujeetsingh
Master III
Master III

Poli,

Just use expression to change bar colour when the dimension get selection

polisetti
Creator II
Creator II
Author

Can you please give me any example or sample qvw.

Thanks

sujeetsingh
Master III
Master III

See this sample