Forum Discussion
Slicer Search Option Not working in Paginated Reports - RDL
Hi,
Respective items not coming in slicer dropdown while searching particular city in city slicer. But if i put 3 spaces at the starting of the city name like " Aberdeen", its bringing the respective items. Actually city column don't have any spaces.
Can anyone help me how to get the respective items in slicer dropdown without putting 3 spaces ?
Note: I created the Dataset using Query Designer Approach
- Anonymous5 years ago
Solution found...If we remove this script "Space(3*Fields!ParameterLevel.Value)" from Parameter dataset which is in hidden mode, we can get the respective items in slicer dropdown without putting 3 spaces.
2 Replies
- AnonymousNot applicable
Solution found...If we remove this script "Space(3*Fields!ParameterLevel.Value)" from Parameter dataset which is in hidden mode, we can get the respective items in slicer dropdown without putting 3 spaces.
- EmilyPFrequent Visitor
By selecting the 'ParameterCaption' is what worked for me for the parameter value. As you can see the one you have is specified as 'Indented'. I ran into this problem but put the available values using the caption only and it no longer had the spaces in front and allowed for normal searching.