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: 
Anonymous
Not applicable

Selection Requirements - Urgent ( object level)

Selected areas must have a light blue highlight color of RGB(220, 235, 252) and pixel stroke on top and bottom of RGB( 196, 221,250). Text in the highlighted items must be bold text with color RGB(51,51,51). Other text is regular weight and color RGB (100,100,100). Font size in this area is 11pt.

The above is at an object level. How to achieve this in Qlikview. Please provide the necessary steps / syntax . Is this possible without using a macro.

13 Replies
Anonymous
Not applicable
Author

Aehman and Colin Albert, I require specific conditions (like the pixel stroke to be included) .

I require all these conditions to be fulfilled on selection in list objects. How to achieve this?

Selected areas must have a light blue highlight color of RGB(220, 235, 252) and pixel stroke on top and bottom of RGB( 196, 221,250). Text in the highlighted items must be bold text with color RGB(51,51,51). Other text is regular weight and color RGB (100,100,100). Font size in this area is 11pt.

Maybe you can send me a macro or some steps using actoions or some syntax. even if extensions are used they would not be specific to the requirement right. require something specific to the requitrement as given above.

MK9885
Master II
Master II

sorry I personally do not have answer to this.

while in that extensions you can change few values. Replace the first 2 CSS text with below value

/* Selected values */

.QvSelected {

    background-color: #dcebfc;

    color: #33333;

    class: Pristina;

    font-weight: bold;

}

/* Associated values */

.QvOptional {

    background-color: white;

    color: #333333;

    font-weight: 900;

}

It would only give you selected color as what you require but not bold text..

Not sure how to do it.

Maybe someone else can help you.

Thanks.

Anonymous
Not applicable
Author

Hi Aehman, Can you tell me where the extension is and how to download it.

Do me a favour, Can you make changes to the extension and attach the extension here and tell me how I can use it in qlikview as I am very new to this.

Or Best is - can you attach the qlikview file which has the list box in it with the extension linked to it so that above condition is working. I am very new to this.

Thank you so much in advance.

Another Q - Is it ok to use the extensions in qlikview.

MK9885
Master II
Master II

Sorry for late reply but I think it would be challenging to me get it done.

Check the below link for correct answer.

It has extension as an attachment, you need to run it an add extension in your document settings to use it.

ListBox color

I can't help you more on this, sorry or write an macro.

Thanks.