Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 210 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
pick date

I have a manual query like:
select x, y, z, count(*) N
from table_a, table_b
where open_date <= '31.12.2020'
and nvl(close_date, '31.12.2020') >= '31.12.2020'
group by x, y, z
I need to upgrade it so that the user can choose any date in the visualization (instead of the specified '12/31/2020')
Can someone please help me?
Best Answer
-
Please do not double post.
You asked the same thing, you got replies, you replied as well: stay in that thread.
0
Answers
-
Hi @User_VMJII,
Thank you for the question. You could add a couple filter/prompts (open_date and close_date) to your Visualization so users can select dates.
Regards,
John
0