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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
agni_gold
Specialist III
Specialist III

timestamp

timestamp handeling in Qlikview

Labels (1)
3 Replies
SunilChauhan
Champion II
Champion II

use time function inplace

temp:

LOAD

     Timestamp(CBATIME) as cba

FROM

(qvd);

temp2:

load

cba

Resident temp where Time(cba, 'HH:MM:SS TT')='12:00:00 AM';

hope this helps

Sunil Chauhan
its_anandrjs
Champion III
Champion III

Hi,

Try like

temp:

LOAD

     Timestamp(CBATIME,'HH:MM:SS TT' ) as cba

FROM

(qvd);

temp2:

load

cba

Resident temp where cba ='12:00:00 AM';

Hope this helps

Thanks & Regards

MarcoWedel
MVP
MVP

Qlikview 10 SR4 Reference Manual

pages 447ff

regards

Marco