Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Powershell value in qlikview

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

5 Replies
dgreenberg
Luminary Alumni
Luminary Alumni

That PowerShell script doesn't run on my machine.

What are you trying to get into QlikView?

Not applicable
Author

Hi,

I want value of $v_WeekDayQV.

Anonymous
Not applicable
Author

What are trying to do ?

You may well be able to it in QlikView without recourse to Powershell.

Maybe use the QlikView WeekDay() function.

Anonymous
Not applicable
Author

... and what to want that value to be ?

dgreenberg
Luminary Alumni
Luminary Alumni

What are you trying to pull into QlikView?

Couldn't you use the Weekday() function?