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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Purushothaman
Partner - Creator III
Partner - Creator III

Qlik Sense : straight table dotted border and line

Hi There,

It's possible that all lines inside the straight table Cells can be dotted?

Please help!

Thank you

Labels (2)
1 Solution

Accepted Solutions
justISO
Specialist
Specialist

Hi, you can try to play around with 'Multi KPI' Qlik extension, which let you write CSS code and change appearance, just add this extension somewhere to your sheet, create 'dummy' measure, like '', just to 'enable' this object and in appearance ->style (css) write CSS code, like

.qv-st-data-cell {
border: 2px dotted red;
}

This will change appearance. In this case table will look like this:

justISO_0-1649232872997.png

 

View solution in original post

2 Replies
justISO
Specialist
Specialist

Hi, you can try to play around with 'Multi KPI' Qlik extension, which let you write CSS code and change appearance, just add this extension somewhere to your sheet, create 'dummy' measure, like '', just to 'enable' this object and in appearance ->style (css) write CSS code, like

.qv-st-data-cell {
border: 2px dotted red;
}

This will change appearance. In this case table will look like this:

justISO_0-1649232872997.png

 

Purushothaman
Partner - Creator III
Partner - Creator III
Author

Thank you!, I will try this and let you know.