Good Thursday,
Will anyone share their knowledge on how to create a variance column in a List or Crosstab using the data from a Package?
Extended thanks!
Prior  Current  Variance
9              10          1
10               9        (1)
			
			
			
				Create a new data item in the query in Report Studio.
Data item expression:
([Current] - [Prior])
Set Data Item Aggregration to Total