Quantcast
Channel: SCN: Message List - SAP Manufacturing Integration and Intelligence (SAP MII)
Viewing all articles
Browse latest Browse all 4841

Re: Time Bar doesn't show with i5Chart when using a SQL query with a TimeStemp

$
0
0

Here it is:

 

 

SELECT 

            
     MPM_PROD_RUN_DATA.CHANGE_TIMESTAMP AS DateTime,

                
     MPM_PROD_RUN_DATA.EFFEC_DURATION 

    

FROM

                
     MPM_PROD_RUN_DATA

    

WHERE

                   
     MPM_PROD_RUN_DATA.CHANGE_TIMESTAMP IS NOT NULL

    

ORDER BY

                          
     DateTime ASC


Viewing all articles
Browse latest Browse all 4841

Trending Articles