Skip to main content
14-Alexandrite
August 22, 2017
Solved

INSERT SYMBOL IN TABLE CELL

  • August 22, 2017
  • 7 replies
  • 6794 views

hello,

i would like to ask you if it is possible to add a symbol in a table cell driven by a part relation.

for example, if PARAMETER_1==YES then PARAMETER_2==&sym(symbol_name)

thanks

7 replies

Mahesh_Sharma
22-Sapphire I
August 24, 2017

I don't think there is any option for this.

cspinelli14-AlexandriteAuthor
14-Alexandrite
August 24, 2017
I imagine but it seems quite impossible to add a font that we need...i don’t understand how it works ctrl+A <character> ctrl + B
dschenken1-VisitorAnswer
1-Visitor
August 24, 2017
1-Visitor
August 20, 2019

I realize this is an old post, but I feel that I am close to a solution, that just wont work...

I have added this in the Repeat Region --> Relation

 

REG = ASM_MBR_REGULATORY
IF asm_mbr_regulatory != "N"
REG = "&sym(REGULATORY_CHARACTERISTIC)"
ELSE
REG = "N"
ENDIF
ENDIF

 

The results I get is the name of the text field populated in the table, however, I don't get a visual of the symbol.  

 

If I create a standalone table I can get the symbol to show easily...

cspinelli14-AlexandriteAuthor
14-Alexandrite
August 20, 2019
thanks for the answer, in fact i have already solved the problem in another way because it seems that no symbol could enter in a repeat region. so i use a customized set of font in which i have replaced font % and $ with our needs. then i have added only a parameter named SECURITY that alternatively is % or $ and the result is the one in the image below