Page 1 of 1

DTX fuction in Enterprise Edition

Posted: Thu Apr 08, 2010 5:10 am
by surajkumar
Is their any function similar to dtx in server edition in parallel to generate hexadecimal string?

How can we achieve this in PX?

Thanks in advance

Posted: Thu Apr 08, 2010 6:18 am
by ArndW
There is no equivalent single function. Mathematically you could use integer division and modulo in a transform stage to convert (good only for smaller values, since it would need to be iterative for larger value conversions), but it might make more sense to call a cpp function to do this.