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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Direct select - single quotation

Based on the QlikView Direct Discovery Addendum document there should be single quotation (') when using SQL function, like this:

DIRECT SELECT 'Month([OrderDate])' as OrderMonth FROM SalesOrder;

But what if the SQL function itself contains single quotation, like this TO_TIMESTAMP(EFFECTIVE_DATE,'MM/DD/YYYY HH:MI:SS AM').

Do you have some workaround? e.g. with combination of chr(39)?

0 Replies