How do I add a description word to a XML field (in an .rtf) — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

How do I add a description word to a XML field (in an .rtf)

Received Response
21
Views
2
Comments

Summary

How do I add a description word to a XML field (in an .rtf)

Content

The following syntax works:

<?xdofx:if Description___Country_ID123='UNITED STATES' then '' else HarmonizingCode_ID234 end if?>

I would like to know how to add the words 'Harmonizing Code'- right before the XML value shows in HarmonizingCode_ID234

Example:

If United States, then display nothing

If not United States, then display          Harmonizing Code-123456789

Answers

  • Anandula
    Anandula Rank 3 - Community Apprentice

    hi

    use this and print the tag value after that

    <?if: Description___Country_ID123!='UNITED STATES' ?>  Harmonizing Code <?end if?>

  • Arunaiyengar
    Arunaiyengar Rank 1 - Community Starter

    Use: <?concat (‘Harmonizing Code  -  ‘,HarmonizingCode_ID234?> to see the text concatenated to the code