Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

An interesting load question

I'm trying to load a file where the metrics are grouped by the first column, grouped as showen below

So for example, I sold Fords on 10/1-10/5. How can my QV Load regonized 10/2/-10/5 as belonging to Ford?

My result should look like the following

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

I answered a similar questiong here in the past - search for "fill with previous". I think it was peek() function. And load should be sorted correctly.

View solution in original post

4 Replies
Not applicable
Author

Hi Jonathan,

is it an excel file or is it a database table?

Rainer

johnw
Champion III
Champion III

Probably peek() or previous(). I always get confused on which is which:

if(len(trim("Model")),"Model",previous("Model")) as "Model"

Anonymous
Not applicable
Author

I answered a similar questiong here in the past - search for "fill with previous". I think it was peek() function. And load should be sorted correctly.

Not applicable
Author

The fill capability in the script worked like a charm