Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone !
Is there a way to define a text object’s size with an expression ?
Here is my example :
I have two text objects :
- “Number of boys : 153”
- “Number of girls : 170”
153 and 170 are the result of an expression.
I would like the girl’s text object to be bigger than the boy’s one when there are more girls than boys (the size of the text object depends on the result).
Is that possible ?
Thanks,
Best regards,
Sarah
This isn't possible with a single textbox - you will need several textboxes which are laying over eachother and where the visibility is controlled with variables. An alternatively could be an extension like: QlikTip #39: Displaying Html content within QlikView (Minimalistic HtmlTextBox Object Extension).
- Marcus
This isn't possible with a single textbox - you will need several textboxes which are laying over eachother and where the visibility is controlled with variables. An alternatively could be an extension like: QlikTip #39: Displaying Html content within QlikView (Minimalistic HtmlTextBox Object Extension).
- Marcus
Hi Sarah,
I think you need to create two text objects and use conditional show to create something like that.
You can't use an expression for the size of an object as far as I know.
Best regards,
Ronny
Thanks, I'll try this
Thank you