Hi , Need some help regarding grouping expression.I have a parameter @CC i wanna group a field based on it.If @CC=1 then it should group on a field else it should not group on any field.I mentioned expression =IIF(Parameters!CC.Value=1,Fields!DIVISION.Value,Nothing) but it is not giving me the exact results,am assuming the issue is due to the toggling of detailed information.Help meThanks in advance :)
↧