Data variables in Vensim 10.3 when publishing web
Posted: Tue Apr 29, 2025 9:01 am
Hi.
The 10.3 Vensim release notes states that data variables are now available when publishing a model to the web. Does that include "GET XLS DATA" and if so, how to use it correctly?
The compiling is successfull, but all the "GET XLS DATA" variables get constatnt value of 1.
I also noticed that ^ (power operator) does not compile. The compiler yields "undefined symbol: POWER".
I fixed it by adding "-DPOWER=pow" argument to the emcc lines in wasm_compile.bat file.
The 10.3 Vensim release notes states that data variables are now available when publishing a model to the web. Does that include "GET XLS DATA" and if so, how to use it correctly?
The compiling is successfull, but all the "GET XLS DATA" variables get constatnt value of 1.
I also noticed that ^ (power operator) does not compile. The compiler yields "undefined symbol: POWER".
I fixed it by adding "-DPOWER=pow" argument to the emcc lines in wasm_compile.bat file.