Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

SQL Functions

Hi,

I am new to qlikview and I am working in cognos for last 2 years. I came accross a situation and I am unable to find a solution for that.

I want to convert EPOCh dates to date format. we have a function in oracle database which we use in cognos to do the same.

Is it possible to do that in QlikView? If not, Is there any other way to achieve this?

Thanks In Advance


3 Replies
marcus_sommer

Anonymous
Not applicable
Author

Hi,
1. If that function is simple then Call the function as normal sql statement from Qlik View as below.
QVtable:
Load *;
select * from [DB]..StringToList('1:2',':');
2. Else Use stored procedure to call the function and execute the procedure in Qlik View

hic
Former Employee
Former Employee

If this is a UNIX date/time, you should use the method described here: transform UNIX date format to ASCII /Windows format

HIC