I did a Search but didn't find a topic specific to what I'm encountering so here goes:
I'm using BO V 6.1
I have a report with 2 Measures that need to be grouped by the same 2 parameters (Business and Company). The first measure is Total Sales - no problem. The 2nd measure is Total Sales GT 500,000 which must be summed by salesman (who will have multiple records) before being grouped into business and company.
I can do this quite easily with SQL but I don't know how I would do this (having sum(sales) > 500000) in a universe and get it grouped within the 2 parameters.
Any ideas?
I'm using BO V 6.1
I have a report with 2 Measures that need to be grouped by the same 2 parameters (Business and Company). The first measure is Total Sales - no problem. The 2nd measure is Total Sales GT 500,000 which must be summed by salesman (who will have multiple records) before being grouped into business and company.
I can do this quite easily with SQL but I don't know how I would do this (having sum(sales) > 500000) in a universe and get it grouped within the 2 parameters.
Any ideas?