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

Today on a straight table

hello,

¿it is possible to get from an inline script get on a  straight table today date?


i attach an example.


thank you

Labels (1)
1 Solution

Accepted Solutions
giovanneb
Creator II
Creator II

Yes it is possible to use a variable, follow.

LET vDate = Today();

date:

load *

Inline

[dates

$(vDate)];

Best Regards

View solution in original post

1 Reply
giovanneb
Creator II
Creator II

Yes it is possible to use a variable, follow.

LET vDate = Today();

date:

load *

Inline

[dates

$(vDate)];

Best Regards