cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

plotted dots not well alligned in a ichart type line

Former Member
0 Likes
114

I have an SQLTEMPLATE which outputs two columns ( Y vs X data ) . Y is flow and X is date . When I use an iChart to plot this data , the tick marks do not align properly when the time control range changes .

¿ How come ?

Accepted Solutions (0)

Answers (1)

Answers (1)

erik_schrampf
Product and Topic Expert
Product and Topic Expert
0 Likes

Antonio,

By nature a SQL query is not time sensitive. In order to make a SQL or Oracle query time sensitive so you can use the Time Control bar on the bottom of a chart you must make known to the query which column is your DateTime field. There are two ways of doing this depending on how you wrote the querying within MII Query editor. If you used the mode:

1. Query - The DateTime column will need to be inserted into the "Date Column" parameter under the "SQL Query Detail" tab.

2. Fixed Query - You will have to add a where clause similar to "Where DateTime between [SD] and [ED]"

Depending on what mode the query is written in you will have to modify accordingly.