Hello,
I have created a form whith selectable value and with a query. I have to do that :
when I click "yes" on a value in the form (not in the query), I have to force a range of my query.
Is it possible to do that ?
Thanks.
*This post is locked for comments
Hello,
Thanks for your help. The query is in a classe. It created by code in the method initquery.
Do you think is it possible ?
thanks
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.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,188 Super User 2024 Season 2
Martin Dráb 230,030 Most Valuable Professional
nmaenpaa 101,156