Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

num,timestamp?


Can any one explain example with

num,num#, time ,timestamp#   function.

i dont want the examples from help document

give me some general examples?

1 Solution

Accepted Solutions
its_anandrjs

Hi,

Read this posts

For Num and Num#

http://community.qlik.com/message/538561#538561

For Time and TimeStamp#

Ex:- Assume this example

Load Date,

TimeStamp(TimeStamp#( Date,'MM/DD/YYYY hh:mm'),'MM/DD/YYYY hh:mm') as TimeStampField,//For TimeStamp

Time(TimeStamp#( Date,'MM/DD/YYYY hh:mm'),'hh:mm') as TimeField; //For Time

Load * Inline  [

Date

12/24/2014 10:20

];

TimeStamp# :- This converts any string into timestamp number format

Time :- This convert any timestamp into Time.

Regards

Anand

View solution in original post

4 Replies
amit_saini
Master III
Master III

MK_QSL
MVP
MVP

The Date Function

Date and Date# is explained here.. The same way other works.

tresesco
MVP
MVP

I explained similar, see, if this helps: http://community.qlik.com/message/538561#538561

its_anandrjs

Hi,

Read this posts

For Num and Num#

http://community.qlik.com/message/538561#538561

For Time and TimeStamp#

Ex:- Assume this example

Load Date,

TimeStamp(TimeStamp#( Date,'MM/DD/YYYY hh:mm'),'MM/DD/YYYY hh:mm') as TimeStampField,//For TimeStamp

Time(TimeStamp#( Date,'MM/DD/YYYY hh:mm'),'hh:mm') as TimeField; //For Time

Load * Inline  [

Date

12/24/2014 10:20

];

TimeStamp# :- This converts any string into timestamp number format

Time :- This convert any timestamp into Time.

Regards

Anand