Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Extracting date from timestamp and Plotting of blockwise data on a chart

Hi,

I extract date from a timestamp field as follows:

LOAD DATETIME,Floor(DATETIME)as My_Date;

   SQL SELECT  DATETIME

   FROM `xyz_data`;

My data is in form of 48 blocks which corresponds to 1 day.

How should I plot a graph which should show data of all 48 blocks when I select a date.

Please Help

Thanks

Asmita

2 Replies
ariel_klien
Specialist
Specialist

Hi,

Try to put in the expression:  =All

BR

Ariel

Not applicable
Author

Hi Asmita,

  Can you provide more clarity/or share your qvw file

-Jay