In my smartform I want to display SAP symbol based on input value of Tax-included, If the value is 'X', display symbol 682 SAP_CHECKBOX,else display symbol 679 SYM_SQUARE. Currently I create text element for each symbol at same location. Then display it based on input value. I wonder can I create a variable for the symbol and create a text element for it, then change the variable in program line so that only one text element needed? Thx.