Hello.
I have a datasource (multiple) with a filter on date between two prompts.
I enter the prompt values with APPLICATION.setVariableValueExt(), one for start date and one for end date.
I've now encountered an issue:
The initial view settings is not used after a new date range has been supplied.
On startup the data is showing just as it should according to the initial view (decimals, calculate totals as...). But when I enter new values to startdate and fromdate the data from the datasource shows with a resetted default initial view. Suddenly there are two decimals instead of one and the totals aren't calculated as i've entered in the "edit initial view".
On startup of the application the default values for the prompts are used,
Other prompts using for example in list instead of between, dosn't seem to reset the initial view.
Why? Has anyone experienced the same thing? Is it a known bug, or am I doing something wrong?
The initial view setting im mainly interested in is "calculate totals as". That setting doesn't seem to be available for setting through code either.
Thanks
Jonathan