Have a tab with two bar chart views. One Current state and the other target state. The difference between the two is affected by a variable which changes the value of a formula over time.
The formula looks like this...
IF([StateAsOf]<[Date],[Source],[Dest]) <br /> I have preserve output in formulas turned on in the block where I've created the formula referencing the variable to accomodate for the variable.
Is it possible to FREEZE the value of the variable in one view and hav it still be dynamic in the second? I've tried a query, but the query doesn't seem to capture the value fo the variable.