Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Dinamically printing contents in a RTF template
Summary
<?if: ?> does not work in one caseContent
Hi,
I am using a RTF template for a Report that should display different contents on the basis of the field named "ANNO", whose value is equal to the value chosen by the user in the parameter "Year": when the user chooses a Year lower or equal to 2019, the report should display a layout, otherwise it should display the other one.
So I put two <?if: ?> in the RTF template:
-
<?if:((ANNO<’2019’) or (ANNO=’2019’))?>
-
<?if:((ANNO=’2020’) or (ANNO>’2020’))?>
The first one works when I select, for example, the Year '2019'. Instead the second one does not work: when I select the Year '2020' from the parameter, it prints an empty page even if there are data in the data model for that year.
Tagged:
0