1

I am exporting a report from SSRS to Excel. I have grouped the data into two (2) pages in SSRS based on whether the value of a single column is less than zero (0) or not. I want to name one sheet in Excel "Less than zero" and the other "Between zero and 180".

I am using the following expression in the PageName area of the Properties window for my table:

=IIF(Fields!DAYS_TIL_SOL.value<0,"Less_Than_Zero","Between_Zero_And_180")

That expression names the first sheet correctly, but the second sheet remains the same with "(2)" added.

excel tabs

I tried reversing the expression, =IIF(Fields!DAYS_TIL_SOL.value >=0,"Less_Than_Zero","Between_Zero_And_180"), but that resulted in the same naming phenomenon with "Between_Zero_And_180 (2)" instead.

How do I make the page names unique based on the groups I have set? Thanks!

1 Answer 1

1

Used same expression in the Group PageName. Selected the group which brought up the properties window for the Tablix Member.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.