Can I have two different data types loading to the same category scale on the graph? I need to display DATE and VARCHAR2 on the x axis. Is that possible, or should I convert the date to varchar2 to have only varchar2 coming in from the database? Currently, I am planning to have number in numerical scale and date and varchar2 in category scale.
(So far the number in numerical scale and date in category scale works)