Apply number locale dynamically
Number format in Bi Publisher.
If i have a requirement to display different locale number format in same report, how am i supposed to do it.
Probably, the locale will be available in the xml itself, How do i use that display the number format for that locale correctly as needed.
Oracle has provided with number formatting function, i already have discussed few of them before.
There was a question about this in the forum.
Here is the real example of how to do it.
If i have a requirement to display different locale number format in same report, how am i supposed to do it.
Probably, the locale will be available in the xml itself, How do i use that display the number format for that locale correctly as needed.
Oracle has provided with number formatting function, i already have discussed few of them before.
There was a question about this in the forum.
Here is the real example of how to do it.
Comments
I dont think my question is related to this post, but asking you here
I am calling an image from BI Server using URL:{'blah/blah/filenm.JPG'}
In this case if the image file exists it displays it, else it displays Blank
What i require is , if image file doesnt exist on BI Server, i have to print another image in its place,
SO How do check if File exists in BI Server file the input parameter Filename, Is there any function called FIleExists in BI