Hello Folks,
I have this report which gets populated by a Stored procedure with date parameters(start dt and end dt). As per requirement i got rid of date parameters and modified the SP as follows: created a parameter ?frequency and depending on this parameter i have selected the dates( i.e if ?frequency =year then year logic if ?frequency = month then month logic). Now the problem is when am triyng to run the report it doesnt show up any data for the parameter ?frequency= Month as well as Year. I have used the Formula in Record Selection as @Frequency = ' Month'.
Please throw some light on this.
Thanks a million
Edited by Nav522 - 18 Feb 2010 at 4:36pm