I have a variable vBigDate that is created via a trigger in document properties using a constant value, vCons, and selected date in Calendar control. Then UI is doing set analysis using vBigDate. Problem is not that when I change vCons and change the selected date the vBigDate changes but the expression in the UI does not recalculate. I have reloaded the script several times, still it does not recalculate.
I can go back to calculating the vBigDate in the set Analysis, that will work, but not as neat.