2

I am unable to format the text in a text object. For example, I need headers in bold, while the body of the text could be normal. Can I get any hints on this?

I know this can be achieved via extension objects, but I do not have any experience creating them.

i_saw_drones
  • 3,486
  • 1
  • 31
  • 50
user2703591
  • 41
  • 1
  • 8

1 Answers1

3

This is not currently possible in QlikView 11. It has been an open development request for quite some time.

You have two options:

  1. Use multiple text objects and lay them over each other (i.e. make the topmost one bold and its background transparent).

  2. Use an extension object, however, this then restricts you to AJAX/WebView for your document. There is an existing extension (written by Stefan Walther) that has this capability here (git repo).

i_saw_drones
  • 3,486
  • 1
  • 31
  • 50