Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
I want to execute this short command and get that value in Qlikview
EXECUTE powershell -command $v_WeekDayQV=(get-date).DayOfWeek;
How can I achieve this?
Best regards
That PowerShell script doesn't run on my machine.
What are you trying to get into QlikView?
Hi,
I want value of $v_WeekDayQV.
What are trying to do ?
You may well be able to it in QlikView without recourse to Powershell.
Maybe use the QlikView WeekDay() function.
... and what to want that value to be ?
What are you trying to pull into QlikView?
Couldn't you use the Weekday() function?