Skip to Main Content

APEX 20.1 continuous straight Line chart with start and end date

hiddenonearthNov 3 2020

Hello,
i need a workaround where the line chart displays a fixed value across the whole chat. The user has the option to specify the start and end date of the project and a goal (number). This goal with the number should be displayed as one straight line starting from the given start and end date.
What I tried was following:
select value, date_dummy from date_dummy
WHERE DATE_DUMMY BETWEEN START_DATE AND END_DATE;
Any idea how to do this.

This post has been answered by Oleh Tyshchenko on Nov 3 2020
Jump to Answer
Comments
Post Details
Added on Nov 3 2020
1 comment
66 views