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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Supract two field values in Qlikview

Hi ...

  I have two fields like...

First field contains:

Start date time:05:01:13:113

End date Time:05:01:13:313

I want to find out end date time-start date time ..IN Qlikview how can i do this?

Please can any one help me?

12 Replies
tresesco
MVP
MVP

Most likely it's a format issue. Could you post sample data in CALL_DATA field ?

Anonymous
Not applicable
Author

Hi...

  I dont have data base installation in my system....

  Remotely i got the data of CALL_Data...

I just send to you screenshot of data....

tresesco
MVP
MVP

If this is how your base data looks like, you should rather try like:

Interval(Time#(myENDDATETIME, 'hh:mm:ss:ffff') - Times#(mySTARTDATETIME, 'hh:mm:ss:ffff'), 'hh:mm:ss:fff') as ivr