Hi all.
I am trying to create an App which queries from a database, and takes multiple inputs using the Text Box and Action tools. But, I don't always want the query using all of the action tools. I want some of them to be optional.
For example, I would like to possibly only enter the Banking Account Field and Dates , leave the other fields blank, and have the query just execute on both of them. Is this possible?
I can create on my if statement all possibilities of queries because we have more than 1000 thousand banking accounts and the other fields have an equal number of data.
Is there a cleaner way to do that?
I tried adding a random string in my select for it to substitute for the banking account that the user inputs into the app, but IF he does not input anything, this string will break my query.
Thank you!