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: 
tan_chungkam
Creator
Creator

Remove or Replace Null Values

Hi All,

I think I'm repeating post the same question here.

I'm looking for a way to remove or replace Null Values in Technician (Highlighted in red box) with showing full days (1st - 31st of every month).

image.png

 

14 Replies
tan_chungkam
Creator
Creator
Author

@cpomeren003 ,

Really thank you for your prompt reply.

Then i would have to ask how to do it in scripting? 

Sorry for keep asking.

cpomeren003
Partner - Creator II
Partner - Creator II

Unfortunately I don't have time to do it atm (maybe in 8 hours when I am off work).

In theory how I would do it:
1. Find lowest/min date in Start Date
2. Find highest/max date in End Date
3. Make a row with Calendar | lowest Start date | highest end date
4. Concatenate with imported Excel
5. Celebrate

Try it yourself or wait till I return from work.
tan_chungkam
Creator
Creator
Author

Hi @cpomeren003 ,

I had tried.

It work perfectly.

However that is another problem come to Sorting.

The date doesn't sort Jan>Feb>Mar......

Any idea what happen?

Please find attached my qvf file.

cpomeren003
Partner - Creator II
Partner - Creator II

Good to hear you succeeded!

Try this for your new problem:

1) Go to sorting inside your chart;
2) Drag "Date" to the top;
3) Only enable "Sort numerically";
4) Set it to ascending;

Qlik1.PNG
Hope this helps.

tan_chungkam
Creator
Creator
Author

Hi @cpomeren003 ,

Hope u had a good holiday yesterday.

My pivot table having sort problem instead of the straight table.

I guess something goes wrong in my scripting.

Thank you for your great effort.