Hi Vinish,
I am using 20.1 apex and in dashboard i am showing the list of items that got created today.
i have a timestamp column in the item table where i can query the items that are created in particular day.
Now i am unable to pass this as a parameter to the interactive report page in URL.
Could you please help on this request
Thanks,
Devanand
If you are passing that Timestamp column to a page using the link target property, then you should escape the special characters (:/) using the backslashes. Below is an example:
And even if you are using the friendly URLs, you can still use the old URL format to open the page. For example, if you are creating a link in your SQL query, use the following example:
In the above SQL query also, I am using backslashes to escape special characters a timestamp field having.
Please let me know if I got your issue right.
Or explain it in more detail if you have some other issues.
Hi Vinish,
Thanks, that helps.
Would you be able to give some direction on how to give us a interactive report filter URL for the timestamp column.
Regards, Devanand
What do mean by interactive report filter URL? Please explain in detail.
Hi Vinish,
I have a page with interactive report to show the list of items with various attributes and create_datetime field.
when opening the page i want the filter to be added in the interactive report for the timestamp field.
please find the below URL as below where filter is added to interactive report when the page is opened via the URL.
http://aa.bb.cc.dd:8080/ords/f?p=101:74:5693681370236:::74,RIR,RP,CIR:IR_PROCESS_IND:P
Thanks,
Devanand
I have already given an example above for the URL having a parameter to filter the target page/report.
And make sure, that you have specified that item (timestamp field) in the where clause of the interactive report query and the same item should be specified in the Items to Submit.
Check the following links for complete tutorials:
Creating a Link for Interactive Report
Interactive Report tutorial
Hi Vinish, Thanks for your inputs. it solved my problem. Regards Devanand