Hello,
In the Freedonia project, I try to read the Energy Demand Final Units result value of Demand/Household branch for 2010 via the following API
LEAP.Branch("Demand\Household").Variables.Item("Energy Demand Final Units").Value(2010)It gives me 67776257.809385 value as the result.When I see the Result View in LEAP IDE itself, I see the following table:So, as you can see, the value that I get via API is 67776257.809385, but the value that I can see in Result View is 18.82673828. I am confused that I am using the API in a wrong way? or this is a bug in API? or ...?
1 Like Hi Mostafa,