Is this possible? Columns in Grouped Report
Hi, I've searched around and have picked up a few hints, but nothing concrete on how to approach this problem. I have some data that is separated based on transaction type. So I use the group header to pull them from my query. However I want to be able to place them in columns side-by-side. For example, 1 entity can can have 2 types of transactions, credit and debit. The groupby condition is set to transaction type. I want to be able to put the credit transactions beside the debit transactions, instead of one after the other.
Is it possible? I thought of the master-detail relationship but this can get slow when to row count gets high. Plus some of the data is recieved via stored procedures and I sometimes have no control over how it is given to me.
Thanks,
Johann.
Is it possible? I thought of the master-detail relationship but this can get slow when to row count gets high. Plus some of the data is recieved via stored procedures and I sometimes have no control over how it is given to me.
Thanks,
Johann.
Comments
Thanks,
Johann.