Using Business Analyst for Desktop, I used to be able to create custom variables such as adding two different variables together. Ever since the 2017 data update and Business Analyst 10.5 update, whenever I try to create a custom variable, the data just ends up being all zeros. I figured it was just a bug and it would be fixed at some point, but the 10.6 update doesn't seem to resolve the issue. Now I'm wondering if I'm doing something wrong. I've tried using the field calculator operations as well as using a VBscript such as :
ReturnValue ( GetValue("AGE1_CY") + GetValue("AGE2_CY") )
When I choose to verify the calculated field in the Custom Data Setup Wizard, it always tells me that the script was verified successfully. So I'm at a loss as to why all the data for the calculated field is zero. As I said, in previous years I was able to do this same procedure and it always worked. Anyone have some insight on what might be happening?