Filter selection in BI XDO_METADATA
Hi, Please what is the syntax to filter my selection in BI XDO_METADATA in Excel template? I have
I would like to add condition, where <?activity_type?> is "Finish Milestone" to the selection.
<xsl:for-each select=".//activities"><xsl:sort order-by="ascending" data-type=
"date" select= "planned_start"/>
where <?activity_type?> is equal to "Finish Milestone"
I'm trying to build a report template for Oracle Primavera Cloud BI report.
Thank you.