Hi,
I am facing a unique issue wherein after viewing the report, some of the dropdown values get unchecked automatically.
This is because some of the values in the value field are being repeated and they get grouped and it deselects the other identical values-
For e.g. it would uncheck senior and manager options from below and only the head option remains checked as the values for all of them are 10.
GROUP_CODE Description
10 head
10 senior
10 manager
20
20
20
20
20
30
30
30
40
40
40
50
50
50
90
90
90
70
60
60
80
80
80
90
80
I still need all the values to show as they have different description for the user to select.
Do you know how to stop the values getting deselected (unchecked) automatically in the SSRS report ?
Thanks.