Hi Saumya,
1) Change the SQL Query in the Subreport to:
Select City from tablename where City IN ({?City_Prompt})
2) Change the formula in the Main Report to:
"'" & Join({?Main_report_Prompt},"','") & "'"
-Abhilash
Hi Saumya,
1) Change the SQL Query in the Subreport to:
Select City from tablename where City IN ({?City_Prompt})
2) Change the formula in the Main Report to:
"'" & Join({?Main_report_Prompt},"','") & "'"
-Abhilash