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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Bar chart > bar with second pattern?

Hello QVer,

in a bar chart I want to visualisize a "Sunday"-bar in red colour; when Sunday is also an official holiday the bar should get a second pattern, frame etc.

Is that possible? How? Thanks. Greetings

5 Replies
Not applicable
Author

could it be two separete colors (holiday - sunday)?

try to paste in expression background

=if(Date='2012-01-01' or Date='2012-01-06',red(),if(WeekDay(Date)=6,lightred()))

* you should list all the dates that are holidays in your country

Not applicable
Author

Hello and thanks.

I've already done making those days red which are holidays.

Now I want to have all Sun- and Saturdays with a pattern and background coloured (i.e. red) when those days are official holiday. It should look like:

bar_red_and_pattern.jpg

Greetings .

Not applicable
Author

Hello,

any idea to assign two attributes to a bar of a bar chart as seen in my former posting?

Should mean i.e.: day is sunday (coloured red) and official holiday (pattern).

Thanks.Regards.

Not applicable
Author

i'm afraid it is imposible:/

why dont you choose suitable colours

i mean....

lightred for sundays

colormix (lightred, darkgrey) for holidays

Not applicable
Author

Thanks "Pari Pari".

I missed the "impossible" statement in your former Posting.

So I will try the colormix.

Regards.