Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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