Tuesday, March 24, 2015

SSRS Report Split URL: Legend Set Expression:



Split URL: Legend Set Expression:

=Split(Fields!ID.Value, "/").GetValue(Split(Fields!ID.Value, "/").Length - 1) –Splits last one

=Split(Fields!ID.Value, "/").GetValue(1)—Splits first one

No comments:

Post a Comment