Hi Team,
My requirement is to pass dynamic parameters through within sql script similar to SSRS reports.
Steps that i will follow in Alteryx.
1. Pass Sql script via input data option. My script will be like below:-
*********************Sample Script**********************************
select * from view_mdc_ma_research
where dateofconsumption>=date'@Startdate' and dateofconsumption<=date'@Enddate'
***********************************End**********************************
2. please suggest me that how can i make users capable to pass dynamic dates to replace @Startdateand @Enddate.
3. I have to place an application based on this requirement on Gallery
I have to deploy some urgent reports to showcase further. Please share sample workflow as well for workable solutions.