Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
as some others, I'm trying to use a Date Field from Qlik-Sense inside a Pixel-Perfect Table.
This seems to be a Problem inside N-Printing.
I can not get the Date-Field from Qlik sense as Text, because adding Tables with a dimension beginning with "=" (as in "=text(Datefield)") is not possible in N-Printing.
What can I do? The Datefield ist displayed as "dd45222M". If I deselect a String Format, It's just "45222".
Any ideas?
Hi @dnl_kln
It is not true that you cannot get date as text from Qlik Sense. You can do this but you need to create text field directly in your load script as a separate field and use that as a dimension in the table.
Text(Date(YourDateField,'DD.MM.YYYY')) as Date_Text - note that 'DD.MM.YYYY' can be replaced with date format you need.
That is the only way of achieving this and was already discussed on multiple occasions here on community, for example:
cheers
Lech
Hi @dnl_kln
It is not true that you cannot get date as text from Qlik Sense. You can do this but you need to create text field directly in your load script as a separate field and use that as a dimension in the table.
Text(Date(YourDateField,'DD.MM.YYYY')) as Date_Text - note that 'DD.MM.YYYY' can be replaced with date format you need.
That is the only way of achieving this and was already discussed on multiple occasions here on community, for example:
cheers
Lech
Again - thank you @Lech_Miszkiewicz !
No problem @dnl_kln 🤙