Data Layout - Do you show change in your reports?

Loading last updated info...

It is important to show previous and current data, as well as the changes between the two.

Image

❌ Figure: Bad example - Does not show the change between the previous and current data

Image

✅ Figure: Good example - Shows the change between the previous and current data

There will be cases in which the Change column has no meaning then you'd better to make this column invisible in your reports. In one of our reports we use an expression on Hidden property of this column to determine whether to show it based on the value of a parameter.

=iif(Parameters!ComparedExtractionID.Label = "N/A",true,false)

Expression for Hidden property

Authors

Need help?

SSW Consulting has over 30 years of experience developing awesome software solutions.

We open source.Loving SSW Rules? Star us on GitHub. Star