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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Empty value first

Hi,

Is there a way to sort the chart values so that the empty value would be the first value starting from the left?

Näyttökuva 2015-09-24 kello 16.51.20.png

Thanks in advance

Labels (1)
3 Replies
giakoum
Partner - Master II
Partner - Master II

Most likely yes, if you can post a sample app that would be helpful

But I would either get rid of the null value or label it

marcus_sommer
MVP
MVP

I'm not sure what do you mean with empty values - values from days which are a sunday? Maybe something like this:

if(num(weekday(date))=6, 1, avg(date)) // as sorting-expression

- Marcus

swuehl
Champion III
Champion III

I assume you are talking about the rightmost bar, with no dimension value assigned.

I don't think you can show this at leftmost position unless you create a Date dimension value for these records.