Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Need help with BIP sorting

edited Aug 22, 2013 11:39AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 1 commentAnswered ✓
Hi all

I am trying to sort a BI report table by a date field coming from Siebel.  I have been reading about the different date formats between Siebel and BIP and have already changed the field in the table to read:

<?format-date:psfn:totext(ssCloseDate,"yyyy-MM-dd","MM/dd/yyyy");'SHORT'?>

as opposed to the simple ssCloseDate.  My problem is I want the table to sort by this field descending and I cannot figure out how to do this.  The following code is still doing a text sort but when I try to change the code from

<?for-each:ssOpportunity?><?sort:ssCloseDate;'descending';data-type='date'?> to <?for-each:ssOpportunity?><?sort:<?format-date:psfn:totext(ssCloseDate,"yyyy-MM-dd","MM/dd/yyyy");'SHORT'?>;'descending';data-type='date'?>, it throws an error saying the syntax is incorrect. 

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center