How to calculate when accounts have different settings for No Data Zero View for NonAdjustments
I want to run a simple calculation setting one account equal to another. Account A = Account B. Account A, the account receiving the data in the calculation, is set to at the member level to YTD for No Data Zero View for NonAdjustments. The account with the data is set to Periodic.
The problem is when Account B has data for some months and then has a calculated 0 in later months. The Account A with the YTD setting just replicates the last period's data in the months with 0 in Account B which causes the two accounts not to be equal.
I am using the following calculation.
api.Data.Calculate("A#AccountA = A#AccountB" , True)
How is this normally managed?
