hi,
I want to create daily/weekly/quarterly reports - the data is from the same table. Do I have to make separate queries to get each report.
issue is because I need to make like 30 reports
I know I can use datepart("ww", [dte]) to get the weeks, and similarly get the quarters. but is there anyway I can select "quarter" from combo box and it gives runs the query for quarter and similarly, without making another query for each type required?
thanks!
I want to create daily/weekly/quarterly reports - the data is from the same table. Do I have to make separate queries to get each report.
issue is because I need to make like 30 reports
I know I can use datepart("ww", [dte]) to get the weeks, and similarly get the quarters. but is there anyway I can select "quarter" from combo box and it gives runs the query for quarter and similarly, without making another query for each type required?
thanks!