IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Portal - Export Table

    Posted Mon June 12, 2006 07:19 PM

    Hi,

    This is regarding wM Portal 6.5 - DB Query Portlet.
    On the result page we display the option ‘Export Table’ by adding
    <util:param name=‘showExport’ value=‘true’/> in the PCA Layout.

    By default a CSV file is generated.

    Now the problem is there are some fields in the table having comma ( , ) as part of data. E.g 100,000,000

    Is there any way we can specify somewhere that comma here is part of the data and not the delimiter. We can not change the way value is displayed on the screen.

    Regards,


    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS


  • 2.  RE: Portal - Export Table

    Posted Wed June 14, 2006 02:02 PM

    In CSV the data with ‘,’ should be represented in double quotes then it is considered as a complete string.


    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine


  • 3.  RE: Portal - Export Table

    Posted Wed June 14, 2006 03:16 PM

    Hi Prashant,

    Thanks for your reply.

    But my problem is I can not display the data in " " to the end user. Data is a number (currency).

    I would like to know if there is any way of displaying value like 10,000 but inside portal takes it as “10,000” while creating the CSV.

    Regards


    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine


  • 4.  RE: Portal - Export Table

    Posted Thu June 15, 2006 07:56 AM

    Other way around is store the data as number without formatting i.e. 100000. While displaying it to user format the data in required format i.e. 100,000.

    I haven’t worked on Portal , so I don’t know how much this will help you.

    Cheers,
    Prashant


    #webMethods-BPMS
    #MWS-CAF-Task-Engine
    #webMethods