Left Pad Zeroes to a Number in Assign Activity in OIC
Content
Left Pad Zeroes to a Number in Assign Activity in OIC (OIC Version: 20.2.2.0.0)
I see that format-number XSLT function does this job, but it is only available in OIC Mapper and not in Assign activity.
<span class="tag"><xsl:value-of</span><span class="pln"> </span><span class="atn">select</span><span class="pun">=</span><span class="atv">"format-number(123, '0000')"</span><span class="pln"> </span><span class="tag">/></span>
I also see a KA Fn:format-number Not Available in Assign Activity (Doc ID 2360096.1)
and related Bug 27501164 : fn:format-number is not available in assign activity
Last Comment on Bug states: format-number is a standard XSLT function, not a standard XPath function.
Tagged:
0