Skip to content

How can I show these items in a pdf output? #51

Discussion options

You must be logged in to vote

try to use twig
simple example:

  {% if YFParser('$(record : private)$ == 1') %} 
     <span style="color:#008000"> OK </span> 
  {% else %} 
     <span style="color:#ff0000"> X </span> 
  {% endif %}

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@rskrzypczak
Comment options

@rskrzypczak
Comment options

@MonsterITServices
Comment options

@rskrzypczak
Comment options

@MonsterITServices
Comment options

Answer selected by MonsterITServices
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
How to
Labels
None yet
2 participants