Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
Developing Analytics Applications
How to create new Custom Formatter for data column
Migrateduser
<p>We have requirement to format the data of a data set columns on the basis of custom formatting.</p>
<p>Data set column format will not be static or fixed for that column. It will depend on the logged in user.</p>
<p> </p>
<p>For e.g. for same locale en_US one user needs to see date in MM-DD-YYYY format and other user will see the data in MMMM d, y</p>
<p> </p>
<p>Is there a way to create a new custom formatter which will take the data raw value and rendering formats as input and displays the data in that format.</p>
<p> </p>
<p>Or DO i have an access of reportContext object in the custom formatter classes which can pick the loggedIn user rendering format from that context.</p>
<p> </p>
<p>I am assuming if aggregations applied on Numerical columns will take care of formatting aggregate data on those specified custom format.</p>
Find more posts tagged with
Comments
There are no comments yet