Hello,
I have a query which contains Month, Year, Quarter of the year (1-4) and Quarter (Q1,Q2,Q3,Q4)
The report parameter is setup with available values of Q1-Q4, but I want the default value to be the current Quarter.
How do I write this using a Report Builder Expression (not as a select sql statement)
I tried using RB 1.0 solution of Quarter(now( )) but get the error that Quarter is not declared.
Do I put the expression in the parameter under default value or in the field settings.
Thank you