Single record in query are splitted inot two record after creating the view

HI ,
       We have created one query and when we execute with characteristics combinations we get some record.
       we have created the view on the same query and when we execute the view ,the same record is splitted into 2 lines with some of the key figures are showing in one line and remainig are in other line.
please suggest here.

Look at your source data. Keep in mind that your queries are just that.. queries. The number of rows of results is not a reflection of the number of database records you have in your infoprovide. It is what your query asked the infoprovider to give you.
For example:
You have two records. Both records have the same 'customer'. One record has document number "A", the other has document number "B". Record "A" has key figures Sales and Profit, Record "B" has key figures Quantity and Margin.
Query 1 asks for Customer, Sales, and Margin. It will return both records A and B as one row of data, with the Sales data from record A, and the Margin data from record B
Query 2 asks for Customer, Document number, Sales, and Margin. It will return two rows of data... the first showing record A and Sales but no margin, the second showing record B and Margin but no sales.

Similar Messages

  • What is the difference between these two URLS after creating the desktop

    Hi
    I am accessing one portlet (Portlet is Remote portlet), after created the desktop,
    this URL is : http://localhost:7001/DemoPortalWeb/page/Demo/desktop/ServiceDelivery
    It successfully rendering to login portlet now, when i am trying to hit the valid URL
    http://localhost:7001/DemoPortalWeb/appmanager/Demo/desktop/servicedelivery
    it is giving the Error code 404
    only difference is that 'appmanager' is replaced with 'page', How to access my portlet with
    this URL http://localhost:7001/DemoPortalWeb/page/Demo/desktop/ServiceDelivery

    Hello,
    To change the "appmanager" portion of the URL, all you need to do is add another servlet-mapping to your (consumer) webapp's WEB-INF/web.xml file. For example, if you wanted "page" to work as a replacement for "appmanager", you could add this to web.xml:
    <servlet-mapping>
        <servlet-name>AppManagerServlet</servlet-name>
        <url-pattern>/page/*</url-pattern>
    </servlet-mapping> Kevin

  • In the itunes library, a single album appears to be split into two separate parts, how do i combine them?

    my itunes library has several albums that are split into two parts. one contains half of the album's songs and the other the other half. how do i combine these so the album only appears once in it's entirety?

    Generally setting a common Album Artist will fix things.
    For deeper problems see Grouping tracks into albums.
    tt2

  • I use Exchange to sync my iphone4S with Outlook.  On my iphone, my contacts are split into multiple records if they have more than one email address - how can I consolidate them on the iphone

    i use Exchange to sync my iphone4S with Outlook.  On my iphone, my contacts are split into multiple records if they have more than one email address - how can I consolidate them on the iphone

    I have loaded my Firefox bookmarks into Internet Explorer Favorited. I also uninstalled Safari.
    I go to iTunes on my phone and see no wat to connect my iPhone to my laptop. I see Music, Shows, etc., the kind of stuff I would expect, but no clue as to how to proceed.
    Would you please be so kind to fill me in on how to "That syncing is done via iTunes. Connect the device to iTunes, select it, then go to the Summary page and select to sync bookmarks."?
    I am not sure what you mean by "Summary Page"
    Thank you

  • The forward, back, refresh, and stop buttons are not working. Even after installing the latest version. Anyone else having this issue?

    The forward, back, refresh, and stop buttons are not working. Even after installing the latest Firefox update. Also my home page stopped loading upon startup even tho I have it setup to do so. Anyone else experiencing these issues? This is my second request for help and of course, Firefox on-line support is always closed.

    Those are all symptoms of a problem with the places.sqlite file, for details see http://kb.mozillazine.org/Locked_or_damaged_places.sqlite

  • Does each query template call within a repeater re-create the connection?

    Version:  11.5.1.b57
    Hi,
    How exactly does query template calls from a BLS work?  Does each call re-create the connection to the database, or does the connection stay open for awhile?
    Specifically, in my situation we are making query template calls to a database within a repeater loop to insert rows and I'm curious whether it is recreating the connection each time.  We can't insert all the rows at once because of JDBC limitations, so have to insert row by row.  We are reading the data from an xml file and then inserting the data into the database and the performance seems slower than I would have expected (even inserting row by row).  Currently it is taking around ~4m to insert ~2600 records into the database.
    I thought one of two things would be causing the slow speed.
    1.  XMII is recreating the DataBase connection for each query template call
    2.  The repeat reading from the XML document is time-consuming as 11.5 BLS XML manipulation is slow.
    Thanks for the help.
    Kerby

    Hi Kerby,
    It will  recreate connection eachtime.
    You need to use the repeater action block to insert all the rows.If you wont use repeater,it will insert only one row.
    2600 records inserting into database means you will get performance issue because eachtime it will recreate the connection.
    To avoid the performance issue you need to do the following things:
    1) you schedule the transaction in backend.It will insert the records in the database table.
    2) If you want to populate the data in front end , write a query using that table and make a grid.
    It wont create any performance issue.Always big transactions we need to schedule in backend to avoid the performance issue.
    Hope this will help you.
    Thanks,
    Manisha

  • How to query data from grid cache group after created global AWT group

    It is me again.
    as I mentioned in my previous posts, I am in progress of setup IMDB grid environment, and now I am at stage of creating cache group. and I created global AWT cache group on one node(cachealone2), but I can not query this global cache group from another node(cachealone1)
    thanks Chirs and J, I have done successfully setup IMDB grid env, and have two node in this grid as below
    Command> call ttGridNodeStatus;
    < MYGRID, 1, 1, T, igs_imdb02, MYGRID_cachealone1_1, 10.214.10.176, 5001, <NULL>, <NULL>, <NULL>, <NULL>, <NULL> >
    < MYGRID, 2, 1, T, igsimdb01, MYGRID_cachealone2_2, 10.214.10.119, 5002, <NULL>, <NULL>, <NULL>, <NULL>, <NULL> >
    2 rows found.
    and I create group ATW cache group on cachealone2
    Command> cachegroups;
    Cache Group CACHEUSER.SUBSCRIBER_ACCOUNTS:
    Cache Group Type: Asynchronous Writethrough global (Dynamic)
    Autorefresh: No
    Aging: LRU on
    Root Table: ORATT.SUBSCRIBER
    Table Type: Propagate
    1 cache group found.
    Command> SELECT * FROM oratt.subscriber;
    0 rows found.
    however I can not query this from another node cachealone1
    Command> SELECT * FROM oratt.subscriber WHERE subscriberid = 1004;
    2206: Table ORATT.SUBSCRIBER not found
    The command failed.
    Command> SELECT * FROM oratt.subscriber WHERE subscriberid = 1004;
    2206: Table ORATT.SUBSCRIBER not found
    The command failed.
    Command> SELECT * FROM oratt.subscriber;
    2206: Table ORATT.SUBSCRIBER not found
    this is example from Oracle docs, I an not sure where I missed for this. thanks for your help.

    Sounds like you have not created the Global AWT cache groupo in the second datastore? There is a multi-step process needed to roll out a cache grid and various things must be done on each node in the correct order. have you done that?
    Try checking out the QuickStart example here:
    http://download.oracle.com/otn_hosted_doc/timesten/1121/quickstart/index.html
    Chris

  • Content query web part is not working after chaning the DNS entry

    Hi all,
    We have a content query web part in the sharepoint site but it is not working after changing the DNS Entry for the web site ipaddress from one server to other . But it is working fine on the server, if we try to access the site from other system content
    quey server its not working fine and its giving error message as bellow.
    Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Microsoft SharePoint Foundation-compatible HTML editor such as Microsoft SharePoint Designer. If the problem persists, contact your Web server administrator.
    Can anyone help me to fix this issue please.

    I have custom XSLT . But it is working fine before changing the dns entry as soon as we change the DNS entry the content quey web part is not working. I tried to delete the content query web part and add it once again to the page, As soon as content query
    web part is added to the page the fallowing error message is displayed.
    Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Microsoft SharePoint Foundation-compatible HTML editor such as Microsoft SharePoint Designer. If the problem persists, contact your Web server administrator.
    Can anyone help me to fix this issue please.

  • The battery of my MBA 13 "mid 2011 is lasting less than two hours after installing the Mountain Lion. Would be the OS or apps consumed much?

    My MBA is consuming the battery in less than two hours after I installed Lion Mountain. The update has already been done for some time. The problem of consumption would be the same OS, according to several complaints, or were inadequately apps consuming battery?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Songs on a single CD are split between two albums in Itunes

    This seems to happen whenever a particular artist on the CD has someone else join him and the singer listed goes from "singer name" to "singer name and other name". This creates another "album" with a single song on it. Any way to prevent this and/or to reposition the single song bact to the original album?

    See my recent post on Grouping Tracks Into Albums, in particular the topic One album, too many covers.
    tt2

  • How do I record a specific area on Quicktime Screen Recording?

    I've been trying to figure out for the longest time on how to make a specific size for the screen recording and can't find how. Can someone help me please?

    When you click the record button you'll get this message:
    Then you can select the area by click and drag from top left to bottom right:

  • In SSMS after creating the query Report, how to export excel the same report from SSMS

    for Beginners in SSMS after the report is created , how to export the same report to excel, I did try the option to task and export and follow the procedure, this procedure does not export the same report, the one was created, unless I am missing some steps,
    is there a way to do just like we do in SSRS go to solution explorer, and properties and add the Target Server URL or not
    in SSMS, 
    after I save the report it saves in project , can some one please guide me how to do it, and what steps I am doing wrong,
    any help will be great.  I am not technical person, just starting to learn from internet.
    thanks in advance.

    As you have said you are not a technical person try using Import Export wizard.
    Refer this link
    http://www.mssqltips.com/sqlservertutorial/203/simple-way-to-import-data-into-sql-server/
    And another simplest one is to copy the result set from the query window. Right click the result and select "Copy with Headers".
    Regards, RSingh

  • My soon to be exhusband is accessing my Macbook Pro without my permission. I can see his computers when they are on in my sharing portion of the view finder, how can I prevent this? He is getting access to private information between my lawyer and I.

    I am currently in the midst of a divorce, which is typically nasty but even nastier when you've mistakenly married satan. My soon to be ex is very tech savy (he can write his own programs). I am not. I have noticed when the family computers are on in the office they are connecting to my Macbook pro. I can see this through  the finder and the computers show up as shared. I recently bought my macbook pro (within the last two months, he filed for divorce last year).
    How do I prevent him from linking up to my computer and how do I password protect my files? If he is accessing my computer than he can see everything I am sending to my lawyer. Which includes information that counters some of his claims.

    First of all you need to change your admin password and user name or create a new admin user, secondly you need to encryped any documents you are making by following the following guid...http://osxdaily.com/2012/01/11/password-protect-files-folders-in-mac-os-x/
    This helped me close some files up, you need to make sure that you use a password he is not going to guess and that you don't store that password in the OS X keychain system.
    This is what I would do if this where me though...
    Buy and external HDD (all doucuments will be encrypted onto this drive, and the drive removed and taken away where ever I go.)
    I would rebuild the Mac OS X to new like state, backing up only important items to the external HDD(wouldn't even bother with the software on it maybe only pages or Ms office)
    Create a new user account and if you have an apple ID change the password of the ID again to somthing he is not going to guess.
    Also make sure you are off the network he is on get your own broadband/network setup if you must.
    Good luck with everything I hope it all turns out okay for you in the end.

  • Faxes are on status PROCESS even after getting the ouput

    Hi Experts,
    We are facing an issue with faxing.
    Users are getting the fax outputs successfully. However the status of the same in SP01 is still showing the status as " PROCESS".
    Can anyone have an idea why it is not getting updated properly ?
    SAP Release :  40B

    hi ,
    I am using a fork and loop with a condition to end this loop.the condition gets satsfied.
    The messages are coming out of the loop and fork but even then the status is in "InProcess"
    thanks,
    Rajesh

  • Notes are blank in Outlook 2013 after updating the note in IOS 8

    The setup:
    On my computer, Windows 7 and Outlook 2013 (Exchange 2013 on the server side).
    I create a new note and close it. I can open it, modify it, and everything works as expected.
    On my iPhone 6 with IOS 8.0.2, I go into the same note. Everything looks fine. If I modify it and close it, I can open it and everything looks fine.
    Now the issue...When I go back to Outlook on my PC and open the same note (subject/title shows in the list view), the note is completely blank.
    So, I go back to my phone and everything still looks ok. If I type in the now blank note on the PC, it overwrites the old note contents.
    To make all this even stranger, if I log into OWA, the note is there and works fine through this entire process (well, until I overwrite the contents). But, in OWA, it seems to strip out the subject on certain saves.
    I tried all this on another laptop I have lying around and get the same results. I tried a new profile. I tried safe mode. All the same.
    This leads me to believe that Outlook 2013 has issues displaying notes. If OWA has the correct info, then the server has the correct info.
    Does anyone else have this issue or can try to replicate the issue? Any suggestions on fixing it?
    (Original post
    here)

    See if you are hitting the issue mentioned in the article -> http://support2.microsoft.com/kb/2980834/en-us?sd=rss&spid=16662&wa=wsignin1.0
    If yes, the fix is with Exchange Server 2013 CU6.
    ============
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Maybe you are looking for

  • How to install oracle10g grid control on windows

    i want, how to install oracle10g R3 grid control on windows in my server ,i have 4 database ..oracle10g R2 ..is running...

  • Signature issue in Adobe Reader XI (Unable to sign)

    I have Adobe Reader XI installed both on my work laptop and my home PC. I have the same PDF document on both my home computer and work laptop. (and yes, I have sent a new copy of the working document to my work computer to ensure it hasn't been modif

  • From stereo to computer

    Is there any way I can stream music from my stereo to my computer using Airport Express. I have connected AE to an existing network.

  • Acrobat Standard X - Alignment & Sizing

    When I highlight and try to align or size text fields, it makes copies of them on top of each other rather than doing what I want.   Any idea on a setting I am missing or something that I am doing incorrectly?

  • 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