Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Textbox and expressions

Hey everyone,

I would like to write some text in a textbox and also the result of a formula :

Today is 13/10/2014

I have tried 'Today is' & Today()  and things like this but I cannot find the proper way to write it.

Any ideas ?

Thanks for your help

1 Solution

Accepted Solutions
maxgro
MVP
MVP

='today is ' & today()

View solution in original post

4 Replies
maxgro
MVP
MVP

='today is ' & today()

mdmukramali
Specialist III
Specialist III

Dear,

='Today is  '& Today()

you are looking for these or something else?

Thanks,

Mukram.

sjhussain
Partner - Creator II
Partner - Creator II

Hello

In order to have expressions in Textboxes you have to have the equal "=" sign.

= 'Today is ' & Now()

Try to have the equal sign before your expression.

Let me know if you are able to get this in the textbox.

Thanks.

Anonymous
Not applicable
Author

try

='Today is ' & date(Today())