Skip to main content
Announcements
See why Qlik was named a Leader in the 2024 Gartner® Magic Quadrant™ for Data Integration Tools for the ninth year in a row: Get the report
cancel
Showing results for 
Search instead for 
Did you mean: 
nidheesh
Contributor III
Contributor III

Do we have any option to provide  background color for (container, filter pane, date picker)

Do we have any option to provide  background color for (container, filter pane, date picker)

or Do we have any option to highlight Container Header ?

nidheesh_0-1731407853756.png

 

Labels (1)
2 Replies
sbaro_bd
Creator II
Creator II

Hi,

If you don't see this option on the tab properties conclusion : it's not possible. Probably (i'm not sure), you can personnalize the colors with CSS options but you need to use the development tools (on dev-hub).

Regards.

fasilvadejesus
Contributor
Contributor

The background color can be created as follow:

  • For VizlibInputForm
    • There are several places to set it depending on what you need.
      1. Under "Form settings", it has the "Form Background Color".  Click the circle next to it to select the color you want.
      2. Under "Header settings", look for "Custom Styling" and the "Background Color" will be there.  Turn it on and you should be able to select the color.
      3. Under "Footer settings", it has the "Footer Background".  Click the circle next to it to select the color you want.
  • For Input fields
    1. Select the input field you desire to change the background.
    2. Scroll to "Conditional Formatting" and turn it on.
    3. Click the "Add Rule" button that will appear once you turned on the "Conditional Formatting".
    4. Under "Column", keep the current input field to apply the rule to the current input field -or- change it to apply the rule to the current input field according to another input field.
    5. Under "Operator", select the operator (e.g. equal, not equal, greater, etc.) to apply the rule.
    6. Under "Value", enter the value to check the rule.  Example, if input-field is equal to empty, then select input-field with operator "=" (selected from the list provided), and value " ='' " (where the value is an equal sign follow of two single quotes).  If you do not enter the equal sign in the value, it will not work, as it must be entered as an expression.
    7. Under "Formats" you will find "Input Background Color".  Turn it on and select the color.

Hope this helps.

Regards!