Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Adding A TextBox

Hi Everyone!

I am pretty new to Qlikview, know the basics, but am unsure how to add a figure similar to this one shown here from the demo:

Qlik1.PNG.png

I feel like this has to be multiple text boxes put together, however I'm not sure how to get this format.

Thanks for the help!

-Alex

2 Replies
its_anandrjs

This are text boxes and Text use as Image also multiple combination for more information if you are using the Qlikview 11.0 you can find the samples in the Expence Management example in Dashboard sheet.

Anonymous
Not applicable
Author

Hi Alex,

It looks like there are 7 text boxes being used in your example (4 boxes with static text, 3 boxes with calculations).  To replicate this look, make the background of each text box transparent, and make sure they are layered above the background image.  To get the dynamic red color, go to the properties of the text object, click the font tab, click the color box, and select calculated for the base color.  From here, you can create an IF statement to have multiple colors available based on the value.

Example:

=IF(Sum([Expenses])>1000, Red(), Green())