I have data set of near about 2500 records, I am trying to bind the radio button labels to excel cells (A4:A2500) & used filtered row option. I can see labels properly when orientation kept as vertical but when switching to horizontal orientation then display going beyond canvas & won’t able to see all labels, I tried to reduce the length but still getting the same issue.
My distinct labels are 4 regions for my radio button but i have to show charts by region so using the filter row option in radio button and binding radio button lables to A4:A2500.
I need to use radio button only, pls let me know how to acheive the same.
I’ve seen this behaviour before with radio buttons. I found that it only works if you set the properties in a particular order.
If I used the normal order of, setting the labels, then changing the insertion type, then changing the orientation to horizontal id get the behaviour your experiencing.
But if I changed the insertion type first, then the orientation, then finally selected the labels if works perfectly.
See if this works, however my dataset was a lot smaller than 2,500 rows and to be honest if it was that size id look for a different solution.
Thanks for your suggestion, it works on Dashboards 4, sp6.
I have another issue with Column Chart data not displayed properly, it have 2 series and my data is not spanned fully in the plot area and goes all the way to left side of the plot area.
Earlier I used inserted data from radio button and it completely used the plot area but when I added another (IF condition on the inserted data to plot the chart from excel), the chart is not using entire plot area and goes to left side of it.
I even used IF(ISBLANK(),“ALL”,"") condition in the x-axis labels…but not able to achieve it properly.