Data display Format issue.

Hi ,
I have the following columns for a single item(SingleVO),
ItemNo, SugQty, OrdQty, Description,
I would like to display the data in a table(Normal table or in a Advanced Table) with the
following format. If there are 50 items, First row should display the First Item's
itemno, sugqty, orgqty and the secondrow should display the description of the first item and third row should display the Second item's itemno, sugqty, orgqty and the fourthrow should display the description of the second item ....etc.
Column Names:
|-------------------------------------------------------|
|Itemno |     SugQty     |     OrdQty     |     
|-------------------------------------------------------|     
|<---------Description--------------------------------> |
|-------------------------------------------------------|
Data:
|-------------------------------------------------------|
|12344 |     63 |     60     |     
|-------------------------------------------------------|     
|<---------Dulux Paint No2----------------------------> |
|-------------------------------------------------------|
|12345 | 98     |     100 |     
|-------------------------------------------------------|     
|<---------Table set ------------------------> |
|-------------------------------------------------------|
I tried with advanced table merging functionality, i couldn't get this type of display.
Pointers are appreciated.
(Since we are doing this application for Mobile devices we need to get this kind of display)
Thanks.
With Regards,
Kali.
OSSI.
Format change.
Message was edited by:
Kalimuthu V
Message was edited by:
Kalimuthu V

Thanks Ranjit,
We build the table dynamically using rows and columns with the required spans.
So that we could achieve the same display format.
Thanks.
With Regards,
Kali.
OSSI.

Similar Messages

  • Date time formatting issues!!!!

    guys,
    I am trying to format date and time in the same variable.
    heres my code...
    <cfset dtimes = LSDateFormat(now(),'YYYY-MM-DD
    h:mm:ss')>
    the problem is, that it gives me the year month and day
    correctly.... the hour correctly, but where the minute is supposed
    to go, it gives me the month again (which makes sense cuz obviously
    its the same characters)... and then seconds are ok too. how do i
    fix it so it gives me the correct minutes? Thanks in advance!!!!
    JE

    A limitation of CF functions there is not a single date &
    time format
    function you have to combine the two.
    <cfset dtimes = LSDateFormat(now(),'YYYY-MM-DD') & ' '
    LSTimeFormat(now(),'h:mm:ss')>
    johnegbert wrote:
    > guys,
    > I am trying to format date and time in the same
    variable. heres my code...
    >
    > <cfset dtimes = LSDateFormat(now(),'YYYY-MM-DD
    h:mm:ss')>
    >
    > the problem is, that it gives me the year month and day
    correctly.... the
    > hour correctly, but where the minute is supposed to go,
    it gives me the month
    > again (which makes sense cuz obviously its the same
    characters)... and then
    > seconds are ok too. how do i fix it so it gives me the
    correct minutes?
    > Thanks in advance!!!!
    > JE
    >

  • Export to PDF, Excel, Excel (Data Only) formatting issues

    Hi Community
    I have a report that consists of 5 subreports. Out of the 5 subreports, 3 of them have a similar format whereas the other 2 are different.
    Iu2019m currently facing an issue whereby the exports to excel works fine, but excel (data only) has some alignment issues(i.e. the data appears below the correct columns). However, when the report is tweaked to make export to excel (data only) appear correctly, the export to excel had its data shifted out of alignment. There is no impact to pdf exporting at the moment.
    Are there any people who are facing similar issues? Is there any resolution or workaround? I appreciate any help. Thanks.
    FYI, the version of crystal reports is Crystal reports is Crystal reports 2008 and we are using the crystal report viewer interface to export into excel and pdf formats. The excel version is 2007.
    Regards

    DW, i've also run into issues with multiple sub reports. I resolved it by putting each sub report into it's own section, and then suppressing the sub report (Note, if ur trying to export subreport data to excel, I don't think its going to work. You'd need to create shared variables and then bring those sub report shared variables into your main report).
    Once you bring your shared variables into the main report, suppress your sub reports, and then export to excel, you're still left with a dataset that has missing rows. This is ok. You can solve it easily within the excel file itself by sorting the data on a unique ID like Account #. This removes the extra rows.
    Not the most elegant solution, but it works.

  • How To change the Date display format to dd.mm.yyyy format

    Hello friends
    I am expected to display the date fields in my BEx reports in the standard dd/mm/yy format. However, I find that it is getting displayed in mm/dd/yyyy form.
    This is creating a bit of a confusion for the client.
    Hence can someone please let me know, if I can make any change to the way the date is displayed in the reports.
    Looking for a prompt reply
    Thanks in advance
    regards
    Zubin Kurian

    Hi Zubin,
            There are some corrections in that coding.
    year = year+2(2).
    CONCATENATE day month year INTO l_date SEPERATED BY u2018/u2019.
    Regards,
    Yokesh.

  • Date Prompt Format issue in OBIEE

    Hi,
    I am using a Date column in a Dashboard prompt. When i select a date in Calendar its showing up the Date in a correct format *'D/M/YYYY'*. But as soon as i click on GO button the format changes to *'YYYY-MM-DD HH:MM:SS'*.
    This format is passed to report and report throw an error *'A date value was expected (received "2010-01-26 00:00:00")'*.
    I searched metalink and blogs and got a patch to resolve this issue. But still after running that patch i am getting the same error. None of the workarounds given are working.
    Please respond if you have any solution for this.
    Thanks
    Swami

    Hi,
    What is the data format for the colum, you are comparing with the dashboard prompt, in the Answers request? Specify it to custom and use [FMT:dateShort] for Custom Date Format.
    Thanks
    Mahesh

  • CRS 2008 Web Services: Date parameter format issue

    Hi All,
    I have CRS 2008 installations (Dev environment and TEST environment) on two machine (both are on the build 12.1.0.882). I have a web application that runs crystal reports deployed to these servers using web services. On the DEV Server , the report works fine when the reports input parameters are formatted to mm/dd/yyyy format.  But TEST server (which is a new installation) does not accept a date parameter value for this report in this format and returns a "could not set date parameter" error.  The report runs fine if I pass the parameter in yyyy/dd/dd format from the web-application.
    I compared the regional language settings and Business Objects registry entries on both these machines, CMC settings, and they all seem to match. Am I missing something in the configuration or environment setup that is causing this issue? Appreciate any hints on solving this issue. Thanks so much.
    Regards
    Ajith

    Hi Siva,
    may i know how to do it?
    as i did try to code in the begining by using String for my startDate and endDate. and it is able to consume, but currently if i change the startDate and endDate to Date. it is still able to consume when i change the date from "2008-01-30T10:00:50.342Z" to just "2008-01-30". but when i try to use adobe interactive form. the startDate and endDate i am using the Date/Time Field Type. and the Data Format is as Date. so it will just return "2008-01-30" only.
    the part where i have error is when i try to do a parameter mapping from the interactive form to the web service. it is unable to map as they keep prompting that cannot map a Date to a Time Stamp.
    that is why i stuck at this part.. so i try to find out how to overcome this errors now..
    Regards
    Jia Jun

  • Date display format

    I've built my first SharePoint app with Visual Studio using an Azure SQL database.
    The app is for the UK and all date fields are in the dd-mm-yyyy format.
    No problems with the date fields during development except that, when querying the database within the Azure management portal, date fields are displayed in the mm-dd-yyyy format.  Otherwise, whilst running the app on the local IIS all date fields
    are entered and displayed in the dd-mm-yyyy format without any problems.
    I have now deployed the app to Azure Websites.  Works fine except all the dates are displayed in the mm-dd-yyyy format.  To add or update a date, my code requires the dd-mm-yyyy format, which then produces an error.
    Your help would be much appreciated.  Apologies in advance if I have posted this to the wrong forum.
    Thanking you in anticipation.
    Roger 
    rogerwithnell

    Hi,
    If the only concern is about the date format then you can do the conversion in different format through CONVERT() fun too in Sql. If you want to do the changes on code or application level then you need to use String function to do the changes.
    Regards,
    Mukesh
    egards,

  • PHP/MySQL Date display format

    Can someone help me out here. I am trying to format my date.
    My MySQL is a "datetime". How ever I would like to display only the
    month, day, year like so "Jan,15,2007"
    Here is my current code, what should I add to make it do what
    I want.
    <?php echo $row_Recordset1['review_date']; ?>
    Thanks

    Try this:
    <?php echo Date("M d, Y",
    strtotime($row_Recordset1['review_date'])); ?>
    Ken Ford
    Adobe Community Expert
    Fordwebs, LLC
    http://www.fordwebs.com
    "newhorizonhosting.com" <[email protected]>
    wrote in message news:et7lf6$q8a$[email protected]..
    > Can someone help me out here. I am trying to format my
    date. My MySQL is a
    > "datetime". How ever I would like to display only the
    month, day, year like so
    > "Jan,15,2007"
    >
    > Here is my current code, what should I add to make it do
    what I want.
    >
    > <?php echo $row_Recordset1['review_date']; ?>
    >
    > Thanks
    >

  • Date TO_CHAR Formatting Issues

    Hi Team,
    I'm a newbie and this is my first post here so please bear with me. I'm having an issue with converting a date column to string using the TO_CHAR function. See below for a few examples:
    ORACLE_DATE;     DATE_CHAR;     DUMP(ORACLE_DATE);
    31-DEC-02;     0000-00-00 00:00:00;     Typ=12 Len=7: 100,100,1,0,1,1,1;
    16-JAN-97;     1197-01-16 00:00:00;     Typ=12 Len=7: 111,197,1,16,1,1,1;
    01-DEC-06;     0006-12-01 00:00:00;     Typ=12 Len=7: 100,106,12,1,1,1,1;
    01-JUL-66;     1966-07-01 22:52:44;     Typ=12 Len=7: 119,166,7,1,23,53,45;
    Is there any way I can determine what the actual date recorded is from the data provided?
    Thanks
    Edited by: user11181700 on Sep 22, 2010 12:59 PM

    Hi Frank,
    Here's what I understand about the data:
    1. All dates should start past the year 1950. For this analysis I picked everything below year 1900 to start out with the low hanging fruit.
    2. The date issue spreads across 30 total fields, 14 tables, with a total of 3,358 records of interest.
    Please see below for a further data snippet: (thanks for the code update)
    ORACLE_DATE_TYPE     DATE_CHAR     TABLE_NAME     COLUMN_NAME     DATA_TYPE     DATA_LENGTH     DUMP(ORACLE_DATE_TYPE)     TO_CHAR(ORACLE_DATE_TYPE)
    30-DEC-99     1899-12-30 00:00:00     HE1     AP_DATE     DATE     7     Typ=12 Len=7: 118,199,12,30,1,1,1     1899-12-30 00:00:00
    30-DEC-99     1899-12-30 00:00:00     ST1     DA_DATE     DATE     7     Typ=12 Len=7: 118,199,12,30,1,1,1     1899-12-30 00:00:00
    30-DEC-99     1899-12-30 00:00:00     HE1     AP_DATE     DATE     7     Typ=12 Len=7: 118,199,12,30,1,1,1     1899-12-30 00:00:00
    11-JAN-01     1401-01-11 00:00:00     HE1     AP_DATE     DATE     7     Typ=12 Len=7: 114,101,1,11,1,1,1     1401-01-11 00:00:00
    11-JAN-01     1401-01-11 00:00:00     HE1     AP_DATE     DATE     7     Typ=12 Len=7: 114,101,1,11,1,1,1     1401-01-11 00:00:00
    02-JAN-00     1200-01-02 00:00:00     HE1     AP_DATE     DATE     7     Typ=12 Len=7: 112,100,1,2,1,1,1     1200-01-02 00:00:00
    02-JAN-00     1200-01-02 00:00:00     HE1     AP_DATE     DATE     7     Typ=12 Len=7: 112,100,1,2,1,1,1     1200-01-02 00:00:00
    16-JAN-97     1197-01-16 00:00:00     HE1     PU_DATE     DATE     7     Typ=12 Len=7: 111,197,1,16,1,1,1     1197-01-16 00:00:00
    16-JAN-97     1197-01-16 00:00:00     HE1     PU_DATE     DATE     7     Typ=12 Len=7: 111,197,1,16,1,1,1     1197-01-16 00:00:00
    12-AUG-15     1115-08-12 00:00:00     HE1     PU_DATE     DATE     7     Typ=12 Len=7: 111,115,8,12,1,1,1     1115-08-12 00:00:00
    12-AUG-15     1115-08-12 00:00:00     HE1     PU_DATE     DATE     7     Typ=12 Len=7: 111,115,8,12,1,1,1     1115-08-12 00:00:00
    12-AUG-15     1115-08-12 00:00:00     HE1     PU_DATE     DATE     7     Typ=12 Len=7: 111,115,8,12,1,1,1     1115-08-12 00:00:00
    12-AUG-15     1115-08-12 00:00:00     HE1     PU_DATE     DATE     7     Typ=12 Len=7: 111,115,8,12,1,1,1     1115-08-12 00:00:00
    12-AUG-15     1115-08-12 00:00:00     HE1     PU_DATE     DATE     7     Typ=12 Len=7: 111,115,8,12,1,1,1     1115-08-12 00:00:00
    03-MAR-04     1104-03-03 00:00:00     HE1     AP_DATE     DATE     7     Typ=12 Len=7: 111,104,3,3,1,1,1     1104-03-03 00:00:00
    03-MAR-04     1104-03-03 00:00:00     HE1     AP_DATE     DATE     7     Typ=12 Len=7: 111,104,3,3,1,1,1     1104-03-03 00:00:00
    17-APR-07     1007-04-17 00:00:00     SN1     TE_DATE     DATE     7     Typ=12 Len=7: 110,107,4,17,1,1,1     1007-04-17 00:00:00
    17-APR-07     1007-04-17 00:00:00     HE1     TE_DATE     DATE     7     Typ=12 Len=7: 110,107,4,17,1,1,1     1007-04-17 00:00:00
    17-APR-07     1007-04-17 00:00:00     HE1     TE_DATE     DATE     7     Typ=12 Len=7: 110,107,4,17,1,1,1     1007-04-17 00:00:00
    10-APR-07     0907-04-10 00:00:00     HE1     AP_DATE     DATE     7     Typ=12 Len=7: 109,107,4,10,1,1,1     0907-04-10 00:00:00
    10-APR-07     0907-04-10 00:00:00     HE1     AP_DATE     DATE     7     Typ=12 Len=7: 109,107,4,10,1,1,1     0907-04-10 00:00:00
    02-JAN-03     0303-01-02 00:00:00     HE1     AP_DATE     DATE     7     Typ=12 Len=7: 103,103,1,2,1,1,1     0303-01-02 00:00:00
    02-JAN-03     0303-01-02 00:00:00     HE1     AP_DATE     DATE     7     Typ=12 Len=7: 103,103,1,2,1,1,1     0303-01-02 00:00:00
    01-DEC-16     0216-12-01 00:00:00     SN1     PR_DATE     DATE     7     Typ=12 Len=7: 102,116,12,1,1,1,1     0216-12-01 00:00:00
    01-DEC-16     0216-12-01 00:00:00     HE1     PI_DATE     DATE     7     Typ=12 Len=7: 102,116,12,1,1,1,1     0216-12-01 00:00:00 We imported the data from a handful of .dmp files and two USERS0X.DBF files. Do you think the issue could lie in the import process, or do you think it's a better bet that the data is corrupt?
    Thanks
    Edited by: frankstuartbrowne on Sep 23, 2010 5:33 PM
    Edited by: frankstuartbrowne on Sep 23, 2010 5:34 PM

  • Planning Data from formatting issue with Smart view in 11.1.2

    Hi,
    We are facing one strange issue in Smart view.
    We have created a dataform in Planning as follows:
    Columns:
    FY10 FY10 FY10
    Budget Budget Budget
    Jan Feb Mar
    But when we open this in Smart view, we are getting the columns as follows:
    FY10
    Budget
    Jan Feb Mar
    i.e. year and scenario are spreading across months instead coming at each column level.
    We are using Hyperion Planning 11.1.2, Smart View 11.1.2 and Office 2003.
    Please help us.
    Thanks,
    Naveen Suram

    Are you saying you want the dimension members FY10 and Budget to be repeated in each column?
    I think that can be done for Ad-Hoc Analysis mode, but not where you have opened up a Planning form.
    Cheers

  • HELP! display format issues with training

    HELPPPP!!!!
    I am testing this training that I created on my laptop in
    Captivate 3. On my laptop (15"), the display size is perfect.
    However, when I check the training on a larger monitor (21"
    widescreen) the display size is larger cutting off the playlist bar
    (eg. play, stop, back, etc...). To make it worse, their isn't a
    scroll bar to go down.
    I tried changing the resolution but the display screen
    remained constant through all tests. Can anyone please help me?
    THANK YOU SO MUCH IN ADVANCE

    Any chance you can post a screen shot?
    Steve

  • Default date should be displayed in Locale's date short format in Prompt

    Dear BI Gurus,
    I would like to take your attention to resolve one of date format issue which we are currently facing.
    We want to display Current_Date in locale's date short format ( For US: MM/DD/YYYY and for UK: DD/MM/YYYY) in a dashboard prompt. Also we need to pass the the prompt value to the report filter through presentation variable.
    For this we used logical sql to get the default value as select Times.time_id from sh when times.time_id= Current_Date. Once I click on the preview button it was showing in locale's date short format. But when we place the prmpt in dashboard, the default date was coming up in 'YYYY-MM-DD' format. But since calendar picker is giving value in locale's date short format (For US: MM/DD/YYYY and for UK: DD/MM/YYYY), there is an inconsistency in the display format. So could you please provide any workaround to make them consistent.
    Thnaks,
    Siva Naga Hari.
    Edited by: user6371352 on 27-Mar-2010 13:50

    Hi Vinay,
    Thanks for reply.
    We are looking for default date display format in dashboard prompt. i.e For US locale, default date and calendar picker should be displayed in MM/DD/YYYY and for UK locale, default and Calendar picker should be displayed in DD/MM/YYYY.
    We don't have any problem in report output for different locales. Also we don't need to create 2 seperate reports for different locales. If we set the data format to [FMT:dateShort], it will display as per the locale's date short format. Please provide workaround to display in dashboard prompt.
    Thanks,
    Siva Naga Hari.

  • Date Format Issue With Sharepoint DateTime Control

    I Have a Web part where in create child control I am creating my controls.
    Where I have SharePoint date time control and I want to change the format of the control on change in the browser languages settings.
    Currenlt I am doing it by setting localID of the control as  DateTime.LocalID=Thread.CurrentThread.CurrentCulture.LCID.
    But it is not working , It always take UK format.
    Please suggest ....!!!!
    Thanks.

    Check this
    http://www.matdesmarais.com/2011/12/changing-the-date-display-format-in-sharepoint-2010/

  • Date and number display format

    Hello all,
    I am new to Adobe Form, and I am quite unimpressed with how difficult it is to do the most simple things.
    I have managed one way or another to solve all my problems until now, but this one got me stuck.
    I have date and number fields in my form, and here is what I want to do but cannot:
    - I need these fields to be displayed using the defaults date and number settings of the SAP user who is generating the form. This one is really hard for me to figure out.
    - I need some other fields to be displayed in a specific format depending on a variable in the context of my form. I imagine this could be done using scripting, but how to change the display format of a field via scripting?
    Anyone has an idea of how that can be achieved?
    Thank you.

    Hi Thomas,
    For these kind of issues you will get many answers if you search the forum.
    If your requirement is to display the current date in the form, just drag and drop the "Current date" UI element from the Library palette -> Custom.
    If it is to get the date from SAP and display, pass date to the context node and just drag and drop the field into the form from the data view.
    Check the following wiki by Chintan. It explains some common scenarios in javascript.
    [JavaScript Part 1|http://wiki.sdn.sap.com/wiki/display/ABAP/JavaScriptforCommonScenarios-PartI]
    [JavaScript Part 2|http://wiki.sdn.sap.com/wiki/display/ABAP/JavaScriptforCommonScenarios-PartII]
    Use an 'if' condition, check the value and based on the value you can make the field hide/visible in the form.
    Hope this will help.
    Thanks & Regards,
    Sanoosh

  • Formatting Issue When Switch to Computer Display

    I recently upgraded to a cinema display that I use with dual screen with my MacBook Pro display.  When I unplug it from my MacBook Pro the windows and documents are way too big when transferred to my laptop display.  Is there any way to fix this?  I didn't have this issue with my old non-Apple monitor.

    Hi Joemon,
    What patch level are you using for CR2008? With SP3 there were a number of fixes for design\formatting issues, so I would recommend use of a current patch level.
    Also can you test with different viewers - is the issue specific to the CR2008 Viewer?
    I did find an open Enhancement Request (ER) ADAPT01458705, and wonder if it may be a related issue:
    Current Functionality:
    When a Crystal Report is uploaded to the (XI R1, R2, R3) enterprise, if the report contains fields with data entries that exceed the field length, the data will overrun, vice truncating as it does in the Crystal Reports application. If selecting the HTML preview,
    this should also show the data field overrun before publishing. The known workarounds documented for this are to either format the fields in question to "can grow" and limit the number of lines to 1, or create a registry key TruncateClippedFieldStrings and set the value to Yes.
    Requested Functionality:
    Since the customer does not have any scenarios in which it would be desirable to have the data truncate in the designer, yet overrun in the published report, they request that the TruncateClippedFieldStrings key be included in the install and be set to Yes as a default.
    Ultimately if it's something that you can easily reproduce it might be a good idea to pursue this with SAP Support, it could be a bug.
    I hope this is a very helpful answer to you.
    Kind regards,
    John

Maybe you are looking for

  • [Solved] Compression Problem with 7z + Peazip

    I like to compress a file with 7zip, which doesn't succeed. It has a size of 4.4GB and after compression it got about 3,8GB. If I choose split the file to 1DVD size, it will succeed with a *.7z.001, this is why I know the compressed size. But if I ch

  • Word docs and PDFs on iPad

    I don't have an iPad yet but I'm considering buying one. Can I transfer a Word doc or a PDF from my computer to an iPad in order to read it? To edit it?

  • Is it possible to use php in java

    Is it possible to use php in java.java in php is possible but is vice versa possible? iwapsms

  • About to make the switch...

    This might get a bit windy, but oh well. People will survive. For the last, oh, 12 years, I've been exclusively a Windows user (anything from Windows 95 to Windows XP Pro, and all the Server OSs from NT on up to 2K3), with a smattering of Linux, Unix

  • Reinstalling iPod ad iTunes

    does reinstalling the iPod and iTunes software erase all of my songs and how do i do it? also, what if i have lost the CD that came with my iPod? do i delete the iTunes i have now before installing a new version? im very confused, please help!!