I currently have a report which pulls data from a select field named chanout.channel where the selection "is one of" grabs info on 500+ entries. Since I have no other sort function from which to select, I'm assuming I can write a formulas to further define this group. Out of that 500+ channels entries, I would like to break down in 30+ city groups.
The report is currently sorting by a date group. I would like to create a second layer that would break down by city.
I'm currently running numerous separate SQL statements breaking things down in 10-20 piece chunks: select chanout.channel as “xxxx”, where (xxx.out_date between ‘xx-xx-2004’ and ‘xx-xx-2004’) and (chanout.channel in "xxx", "xxx,"))) order by chanout.channel, xxx.out_date, xxx.out_start;
The report is currently sorting by a date group. I would like to create a second layer that would break down by city.
I'm currently running numerous separate SQL statements breaking things down in 10-20 piece chunks: select chanout.channel as “xxxx”, where (xxx.out_date between ‘xx-xx-2004’ and ‘xx-xx-2004’) and (chanout.channel in "xxx", "xxx,"))) order by chanout.channel, xxx.out_date, xxx.out_start;