Forum Discussion
RobbSalzmann
3 days agoValued Contributor II
Change the line
api.Data.Calculate("A#520000 = A#430000 "*" & Var1 & ")
to
api.Data.Calculate("A#520000 = A#430000 * " & Var1.ToString(System.Globalization.CultureInfo.InvariantCulture))
- uvrao332 days agoNew Contributor II
Hi, the result is zero after using above script, I checked pov is correct and all source accounts have data.
- RobbSalzmann22 hours agoValued Contributor II
if you are getting 0, then one of the following is true:
account 430000 and/or 630000 is 0 or no data for the given POV.
Next step is to use either the excel addin, create a cubeview, or write to the log the POV and cell values for 430000 and 630000
Related Content
- 2 years ago
- 2 years ago
- 2 years ago
- 2 years ago
- 2 years ago