Dear SAP experts,
I have a derived table in my universe with SQL Prompts in place.
select * from XYZ where A.Col1=Prompt('Enter info')
I am using objects made on this derived table in my query browser. I need the same prompts to show up there in the query browser. Query browser is not using those prompts when i refresh the query. Any pointers?