Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Community-
I have a script that loads data from an excel file with the days of the week as "Day" already defined as "Monday, Tuesday, Wednesday, Thursday, Friday".
Table:
LOAD Day,
Topic,
StoreTalk
FROM
[..\QVD\Table.qvd]
(qvd);
I am trying to display these days in iteration with the regular Qlikview week days so as to automate the process and not have to change the "Day" everyday to the days extracted from the excel file in the definition tab or use in an expression.
Please, any help will be highly appreciated.
Thanks all.
I'm afraid I still don't understand what you want to do. What does "upload Monday(s)" mean?
Are you trying to fill the empty cells like A3-A6 with the value 'Monday'? You can do that with the Table File Wizard. See the video I posted here: Re: Reading from Excel sheet
I am trying to display these days in iteration with the regular Qlikview week days
Can you explain what that means? An example would probably help.
Trying to find easy means to explain this here. I have a file attached and a pic posted to show what the excel file looks like. I am trying to upload "Monday"(s) rows only when the day of the week is Monday and respectively. I hope this is clarify my goal or what I'm trying to achieve here. Sorry if that throw you off a little. Thanks
I'm afraid I still don't understand what you want to do. What does "upload Monday(s)" mean?
Are you trying to fill the empty cells like A3-A6 with the value 'Monday'? You can do that with the Table File Wizard. See the video I posted here: Re: Reading from Excel sheet
I've had to change the Day in the definition for each specific day of the Week as represented in the excel file, so I was thinking there could be a way to automate this by replacing the Day with the Qlikview WeekDay function.