Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Now() function returns the today's date with time
create variable check in input object you can understand easily
LET vRuntime=Date(num(now()));
let vRuntime1=now();
let vRuntime2=num(now());
Now() function returns the today's date with time
create variable check in input object you can understand easily
LET vRuntime=Date(num(now()));
let vRuntime1=now();
let vRuntime2=num(now());
Now() is returning a dual value:
And Num() returns the numeric representation of the dual value.
but where it is shown? i am not able to find it.
I have Created these 3 variables in my back end.
Hi,
PFA
please send me screenshot becoz the file couldn't open in my qlikview.
The LET statement is used in a Qlik LOAD script to create a variable.
If the variable is not deleted afterwards, you can see the variable in your frontend either by using the variable overview CTRL-ALT-V or by using an input box.
https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Variable_Overview_Dialog.htm
I found it.
thank you so much
Hi ,
this is help full to you
LET vRuntime=Date(num(now()));
let vRuntime1=now();
let vRuntime2=num(now());
1) open new qlikview application in your system
2) copy the above 3 variables and paste in your qlikview application and save the application
3) reload the application and save,right click on mouse New sheet object ---->Input box--->Add all---->Ok
then you will get the below result in your app.