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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
deepakqlikview_123
Specialist
Specialist

Long load time due to date format

Hi All,

We are retrieving data from the SQL server database. It seems that the date is in the string format.

The current transformation for the date in Qlikview is Text (Date (datetime, 'DD.MM.YYYY')) as DateTime which is consuming more time.

Could you please suggest any alternative for this.

Labels (3)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III


@deepakqlikview_123 wrote:

.. Text (Date (datetime, 'DD.MM.YYYY')) as DateTime ..


Your code looks not very useful to me. If you need to convert a text field to date field, you should use date#() instead. And why text()?

View solution in original post

1 Reply
tresB
Champion III
Champion III


@deepakqlikview_123 wrote:

.. Text (Date (datetime, 'DD.MM.YYYY')) as DateTime ..


Your code looks not very useful to me. If you need to convert a text field to date field, you should use date#() instead. And why text()?