Group Rows @ runtime

  • Would i be able to create Groups at run-time? I dont know how many columns my stored procedures return

    Thanks

    Raghav

  • Not sure what you're are asking. I am sure it seems very straightforward to you. Can you explain a little more what you are looking to accomplish? I do know there are ways to group items in a table. Are you looking to dynamically create grouping levels based on columns that may or may not be existent when the report is rendered?

  • Hi,

    Yes.. I need to create grouping levels dynamically as and when it is needed while the report is being rendered.. I need that groupig level to be determined based on a column in the query. I have the query with me.. This would give me the maximum grouping level that i need in the query and i should create grouping levels based on this query.

  • I found a post that seems similar:

    http://www.experts-exchange.com/Database/Reporting_/Q_23992876.html

    Summary: Cause the grouping to be done by a parameter of some sort or perhaps an IIF statement. Or perhaps even some custom code. I don't think I am going to be anymore help to you.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply