Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Remove Date column form standard TotalCompensationStatement rtf template.
Summary:
Hi Team
I need to remove the date column from the total compensation statement. The standard template includes a date column for each section, and I want to eliminate it. I managed to remove the data section using the tags, but I couldn't get rid of the date heading from the template. Could you guide me on how to remove this from the RTF template?
below is the logic I used to remove the data section for date column
<?if:@TYPE =”DATA” @NameDataType!="DATE" @DataType!="DATE"?><?call:Data?> <?end if?>
0