Page 1 of 1

Select Date Field Does Not Appear

Posted: Dec 8th, ’15, 22:31
by JGM22
When I run this text expander it prompts for the client but not the Start or End date, any assistance would be most appreciated.

sudo /usr/openv/netbackup/bin/bplist -b -l -B -I -R 4 -t 15 -C %INPUT_Client% -s %SELECT_StartDate% -e %SELECT_EndDate% {/} {|} tr -d "{\}0" {|} awk '{{}print $4,$5,$6,$8{}}' {|} sed s{/}".~.*"{/}""{/} {|} sort -u {|} grep -iv {^}0

Thank you,

JGM

Re: Select Date Field Does Not Appear

Posted: Dec 9th, ’15, 10:14
by Tom
I checked and it works just fine for me. Double click on SELECT_Date fields to see if Type is set to Date.

Re: Select Date Field Does Not Appear

Posted: Dec 9th, ’15, 14:29
by JGM22
Tom, thank you, much appreciated as always...JGM