Re: Modified Value of a query after initQuery In dynamics
i think your question is not clear, can you explain more here ? you mean with the query is AOT query or form datasource query ?
what i understand is you need to add a range on some selection, if this is then it is possible.
if you are talking about the form data source query then
if (your condition)
formdatasource_ds.quer().datasourceName('name').addRange().value();
if it is your aot query then you can do
1 add your range to aot query only pass the value in that when your condition meet on the form.