Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
srinu1331
Contributor III
Contributor III

Timestamp Expression

What is Timestamp Expression & where it is use in Qlikview?

6 Replies
Anonymous
Not applicable

I'm new to qlikview. just giving a try to you question/

SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';

This can be used in the start of the script to set the timestamp format in your script

koushik_btech20
Creator
Creator

Hi Srinivas,

Read the Timestamp functions article under the Qlikview Help or you can check below link.

https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/FormattingFunctions/Ti...

srinu1331
Contributor III
Contributor III
Author

kk

koushik_btech20
Creator
Creator

If you think whatever I shared is meaningful then mark my answer as correct to close the thread.

satheshreddy
Creator III
Creator III

Hi Srinivas,

timestamp() is one of the Dateand Time Function.

for example we have data like product id and Transaction Date and Also So many Details..

if you want to see Transaction Date and Time Based On  selecting Transaction ID  see below Screen Short.

i Had use Like =Timestamp([Transaction ID])

Regards

Sathish

Not applicable

Time stamp is giving you the argument timestamp if it is date value.

Ex:

Timestamp(Today())