You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
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.

Dinamically printing contents in a RTF template

edited Oct 25, 2020 5:44PM in Reporting and Analytics for HCM 2 comments

Summary

<?if: ?> does not work in one case

Content

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: 

  1. <?if:((ANNO<’2019’) or (ANNO=’2019’))?>

  2. <?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.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!