Hi,
We have number of SQL quick reports in cloud with user prompts (parameters). For an example we have defined it in the sql query where condition as below,
‘&DATE_FROM’ So, in the cloud application Parameter page the label text is also shown as DATE_FROM. We simply want to appear this label text as Date From. Basically what we need to do is to remove the _ with a space. I know this works from the database side if we make it as ‘&Date From’. But when we execute from the cloud application it fails. Is there a way to achieve this?
Thanks
Roshanga