Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi There,
It's possible that all lines inside the straight table Cells can be dotted?
Please help!
Thank you
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:
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:
Thank you!, I will try this and let you know.