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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
spividori
Specialist
Specialist

Periods color

HI.

As I can do to paint the periods of different colors as shown in the image. Thank you.

Captura.PNG

Regards.

Labels (1)
4 Replies
Not applicable

Hi!

Look:

Rebeca

swuehl
Champion III
Champion III

Maybe like attached? Check the background color attributes for the FECHA_PRODUCTION dimension and the two expressions.

spividori
Specialist
Specialist
Author

Hi.

Thanks for responding.

Sorry, the year can be variable, so here is an example.

Regards.

Not applicable

Maybe you can use something like the following function to determine odd and even years and the graph would look with two colors.

if(ODD(Year(FECHA_PRODUCCION))=0,ARGB (255, 255, 255, 0),ARGB (255, 0, 255, 0))

Rebeca