Skip to main content
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

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