Variables
- It is possible to add dollar expansion variables within the data load editor that can be evaluated at runtime. If you do type out something like
Let vVal = '$(calculation)'
, this will be evaluated at that moment, which is probably not what you want.- You can use the
chr(036)
which represents the$
in character form, preventing dollar sign expansion within the data load editor and saving it for runtime on the App
- You can use the