Mik4sa
Mik4sa

Reputation: 53

Get current value from grouped tablix

so, I grouped my tablix by an ID and make page breaks for every different ID. How can I know which value the ID on the current site have and how can I use it in expressions (I don't want to use the value in the same tablix where I grouped, I want to use the it for a textbox and a diagram.

I can't find any solution in the internet, maybe you have some ideas.

Upvotes: 0

Views: 598

Answers (1)

Kalim
Kalim

Reputation: 485

How would you manage to put an image and/or textbox on each page, when your tablix is page breaking on an instance of your grouping? You must remember that the full tablix output, along with all instances, will first show before any other image or textbox is displayed after.

You would need to have the image/textbox in the table and within the grouping. This would actually solve your problem.

While i dont think this is what you are looking for, I believe its the only way to get around this. Or as Tab Allerman suggested you could use sub reports.

Upvotes: 1

Related Questions