Hi i am trying to pass parameters to dashboard. But i cant make direct sql request from dashboard prompt
Here is my scenario:
I have 8 reports which i built with R integration in Data Model section. I created parameters in data model. So after i created all reports, when i add this reports to dashboard, i cant see parameters. And also i cant create dashboard prompts. If i did this scenario with Analysis, it was easy to add dashboard prompt but with report scenarion i cant show these parameters. Help me please.
i already try dashboard prompt like this
New Dashboard prompt -> Variable Prompt
I choose Presentation Variable with my parameter next to it PARAM_1
Under these i choose Choise List and Choise List Value ( SQL Result )
I wrote my SQL result which call my table's columns
like this :
SELECT column_name
FROM all_tab_columns
WHERE table_name = 'my_table_name'
but when i save this prompt, nothing..
What can i do ?