Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
rustyfishbones
Master II
Master II

Increase Font Size of Error Message

Hi All,

I have a Report Builder page and I have set a custom error message to choose 1 Dimension and 1 Metric

see below

CustomErrorMessage.png

The result I get is this

Select.png

How do I increase the size of the font for this error message

Regards

Alan

1 Solution

Accepted Solutions
rustyfishbones
Master II
Master II
Author

Hi,

I created a text box like this

DIMENSION.png

and I used the below to conditionally show the text object based at least 1 metric and 1 dimension being selected.

it's a workaround, but it works!

GetSelectedCount(Metric) < 1 OR GetSelectedCount(Dimension) < 1

View solution in original post

3 Replies
Not applicable

Hi Alan,

Not sure about changing the font size here.

An alternative would be, instead of using calculation condition use show condition from layout tab and then create a text box for your error message with opposite show condition.

This way you can control the font size as it is easier to control formatting with a text box.

Hope this helps!

Regards,

Shyamal

rustyfishbones
Master II
Master II
Author

Hi Shyamal,

Yes I could do that, I was just hoping there was a way to increase the font size of the Error message

Regards

Alan

rustyfishbones
Master II
Master II
Author

Hi,

I created a text box like this

DIMENSION.png

and I used the below to conditionally show the text object based at least 1 metric and 1 dimension being selected.

it's a workaround, but it works!

GetSelectedCount(Metric) < 1 OR GetSelectedCount(Dimension) < 1