Hello,
Let say I have a query :
Select * from OINV where Cardname = [%0] and Docdate between [%1] and [%2]
my needs, if user don't input/choose the cardname parameter and only input Docdate parameter the query submit data for all customer and if user input cardname then query will submit only for specific cardname.
any solution ?
Thanks