1. PBI
  2. Report Editor
  3. Friday, October 16 2020, 09:28 PM
  4.  Subscribe via email
Is it possible to dynamically change the field of the grouping ?
Comment
There are no comments made yet.
Sergey Pashkov Accepted Answer
Hello,

No, it's not possible. Do you know another report editor which is able to do it?
Comment
There are no comments made yet.
  1. more than a month ago
  2. Report Editor
  3. # 1
PBI Accepted Answer
yes, in some projects I use this feature with "CR....L RE....S"
Comment
There are no comments made yet.
  1. more than a month ago
  2. Report Editor
  3. # 2
Sergey Pashkov Accepted Answer
Actually, there is a workaround.
If you define the source query like:
SELECT *, $P!(pGroupBy=field1) AS groupingField FROM table1

And add grouping for groupingField

It is possible to change pGroupBy parameter to different values in the runtime.
Comment
There are no comments made yet.
  1. more than a month ago
  2. Report Editor
  3. # 3
PBI Accepted Answer
Everything ok,
I apologize if lately I insert several posts,
but working with another report editor where certain features are conceptually different from those of Valentuna Studio, I have some problems in recreating the same report template.
Comment
There are no comments made yet.
  1. more than a month ago
  2. Report Editor
  3. # 4
Sergey Pashkov Accepted Answer
No problem at all, on the contrary, it is very important to know what we have to improve.
Comment
There are no comments made yet.
  1. more than a month ago
  2. Report Editor
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.