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: 
Not applicable

add current date to caption

I got an expression in my caption like this

='here is som text' & getFieldselections(myfield) & here I want todays date

1 Solution

Accepted Solutions
Not applicable
Author

='here is som text' & getFieldselections(myfield) & ' - ' & Today() here I want todays date



notice: If you are working in your development document, and you dont close it when you go home from work. Then when you are reloading the document the next day (it might not update to currentdate ( just a reminder so you dont get confused)


NB: Hvis du abrejder på et dokument og du ikke lukker det ned når du går hjem. Så hvis du reloader det næste dag så er det ikke sikkert at din Today() dato er opdateret - Så skal man lige lukke det ned og åbne det igen - og selvf reload, så kommer dagens dato på. Bare så du ikke bliver forvirret

View solution in original post

3 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Hi


='here is som text' & getFieldselections(myfield) & ' ' & Today()


Regards

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Not applicable
Author

='here is som text' & getFieldselections(myfield) & ' - ' & Today() here I want todays date



notice: If you are working in your development document, and you dont close it when you go home from work. Then when you are reloading the document the next day (it might not update to currentdate ( just a reminder so you dont get confused)


NB: Hvis du abrejder på et dokument og du ikke lukker det ned når du går hjem. Så hvis du reloader det næste dag så er det ikke sikkert at din Today() dato er opdateret - Så skal man lige lukke det ned og åbne det igen - og selvf reload, så kommer dagens dato på. Bare så du ikke bliver forvirret

Not applicable
Author

thanx

takker - det var jo nemt