Forum Discussion
ChrsH
8 years agoRegular Visitor
Group subsequently added columns dynamically
Hello,
is it possible to group subsequently added columns dynamically?
Thanks in advance.
C.
- Anonymous8 years ago
Let's try this:
Go to the Query Editor, select the "static" column(s) (that should be always there no matter what), right click, Unpivot Other Columns.
6 Replies
- AnonymousNot applicable
Please be more specific.
- ChrsHRegular Visitor
Is it possible to define a groupby routine for all columns, so if one add an column in the data source subsequently, the query still works? I need the same aggregation for every column.
My data source is a SharePoint List,
- AnonymousNot applicable
Hi again.
Just trying to figure out what you need, why do you need the sum on another column? Why don't you calculate what you need on the report view?