BEx Query Columns come back in different Order after drill?

I have a strange effect when I work with BEx Queries in Xcelsius.
On default, I open and display the Bex Query "A". Columns are in order like defined in BEx Designer (Column1, Column2, Column3.....)
I want to do a drill, and so in Xcelsius BEx Connection settings I set the Filter on Field "X" in the XLS and in "Query Usage" I addionally apply the setting "Refresh when Trigger Cell "X" changes".
Starting the report works fine. But when I do the drill and the Query refreshes, the BEx Query Columns come back in different order?!?
It looks as if Column 2 and Column 3 are exchanged.
How can I fix that?
Thx,
B. Wegner

After some testing....
This issue is independent from the filter value. But it only seems to occure when a second BEx Query connection is defined.
The BEx Query Data Columns come back in different order after
- Refresh on Trigger
- Refresh after XY Seconds
Any Ideas?
Edited by: B.Wegner on Nov 16, 2010 3:42 PM

Similar Messages

  • My ipod touch is bricked i think stuck on apple sign but comes back on password screen after an hour or so!!!!

    my ipod is bricked and jailbroken but when it is stuck on apple sign and wait for like a long time it comes back to password screen but it does not say safe mode or anything cant open cydia or anything. it started when i was in ifile it froze when i clicked on a file then i pressed home and it was frozen so i just turned it on and back on and stuck on the apple logo i was freaking out for like a day i need help please! do i have to delete ifile or sumthing i really do not want to update or restore i can still go to home screen and touch stuff by cant open cydia apps and i was freaked out is there a way to fix it? ps: gets stuck on apple logo for like and hour then goes to lockscreen and i can type my password in and stuff but cant touch any cydia apps if i did it just crashes so i can still do things like go to settings

    Jailbreaking voids the Apple warranty and also means that you will not get any support from Apple, including from this Apple forum. Jailbreaking can't be discussed in this Apple forum.
      Unauthorized modification of iOS has been a major source of instability, disruption of services, and other issues

  • Crystal report reverts back to saved data after drill down

    Hi,
        I've created a crystal report and published it to BOE. Whenever I open the report and refresh it, it fetches recent data without any problem. But when I drill down in the report, it shows the saved data instead of showing the recent data in the drill down. If I come back to original report from that drill down again it reverts back to saved data. Again I've to refresh the report to view the recent data.
    Any idea how can I fix this?
    Regards,
    Sanjay

    Hi Sanjay,
    Please do post this question in the BusinessObjects Enterprise thread BI Platform
    The peoplt there would be the best people to answer your query.
    Hope this helps.
    Regards,
    Jay.

  • BEx Query Column Format

    I have a simple Query at the mo that has  Employee / Master Cost Centre in the rwos and an amount key figure in the columns. Output is Employeee:Master Cost Centre:Amount. Is it possible to make it so Employee and Mater Cost Centre remains as rows but the output has the format Employee / Amount / Master Cost Centre?
    Thanks
    Joel

    Thank you for your help. I'm on BI7 so I need to use the formula variable option. I've never done a formula variable - how do i create one. I've added a structure to my rows - click create formula - I've clicked to create a new variable but where do i go from here - what do I put in the variable I am creating?

  • Dynamic Query Refcur comes back empty?

    Has anyone seen this problem. I have been using ref cursors to pass back data on procedure calls. When I use static sql and "OPEN <yourrefcursor> FOR", everything works fine. When I use NDS/Dynamic SQL the same query fails to return anything. Anybody know why? I know that the dynamic SQL works because I have tested it with a debugger. It just doesn't return results for ODP.NET calls

    TYPE empty_refcursor IS REF CURSOR RETURN dual%ROWTYPE;
    FUNCTION getEmptyCursor RETURN empty_refcursor
    IS empty_rc empty_refcursor;
    BEGIN
    OPEN empty_rc
    FOR SELECT sysdate
    FROM dual;
    RETURN empty_rc;
    END getEmptyCursor;
    PROCEDURE processCursor
    (p_grid_resultset OUT NOCOPY empty_refcursor )
    IS
    BEGIN
    p_grid_resultset:=getEmptyCursor ;
    END processCursor;

  • Export into photoshop from lightroom to edit photo and when i go to save back to lightroom it comes back a different color, how do i fix this

    trying to export photo to lightroom to edit in photoshop and when i bring it back in it is a different color, how do i fix this

    Hi Karen
    You may the sort set to Custom. Click the dropdown menu on the toolbar (to the right of the word sort) and change to capture time.
    If you can’t see the toolbar above the filmstrip press the T key. Press T again to hide.

  • Roll Back the Sales Order After Adding

    Hi Experts,
    I want to roll back the system form trasaction like Sales Order. After adding the Sales Order immediately i want to roll back the transaction.
    I used the Company.Transaction Object, but it is only working on User Tables. Not in System Forms like Sales Order.
    Can you please tell me the solution for this ASAP.
    Thanks in Advance,
    G.Suresh

    Hi Petr,
    You didnt get my point. In my concern is, i am going to add Sales Order by Manually not using code.
      In FormDataEvent of the Sales Order
                Select Case BusinessObjectInfo.EventType
                    Case SAPbouiCOM.BoEventTypes.et_FORM_DATA_ADD
                     If BusinessObjectInfo.ActionSuccess = True Then
    /***** This Code for getting current transaction of the Sales Order *****/
                            Dim oObject As SAPbobsCOM.Documents
                            oObject = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders)
                            oObject.Browser.GetByKeys(BusinessObjectInfo.ObjectKey).
    /**** here i want to rollback the saved sales order  ****/
                    End If
                  End Select
    Can you tell me, how i ll rollback the already saved transaction which added by user from Sales Order Screen not in code.
    Thanks in Advance,
    G.Suresh.

  • Make the tabbed page come back to same page after delete

    I have a page with three tabs.
    When user clicks on delete on any of the page. A warning page comes. And after the user selects yes or no on the warning page,
    original page is displayed. But it goes to the first tab always. i want to maintain the tab also.
    How can i do that?
    I have used setForwardUrl to move between pages...

    Hi,
    When delete event is fired, in PFR capture the selected tab details
    tabBean.getSelectedIndex(pageContext);
    store it in session
    then
    forward it to warning/dialog page
    post the warning page results to calling page
    in the process form request of calling page capture the event
    use
    tabBean.setSelectedIndex(pageContext,value)
    value get it from session
    pageContext.getSessionValue() API
    Regards
    ivar

  • [solved] sshd comes back to port 22 after a reboot whatever the config

    Hi all,
    I'm a bit confused, I'vre tried to change sshd port (from 22 to 1022)
    restarting sshd was ok, sshd started using port 1022.
    but after a reboot, sshd goes back using port 22... I can't see anything in the journalctl logs regarding sshd failing to setup on the 1022 port..
    my sshd_config file:
    # $OpenBSD: sshd_config,v 1.93 2014/01/10 05:59:19 djm Exp $
    # This is the sshd server system-wide configuration file. See
    # sshd_config(5) for more information.
    # This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
    # The strategy used for options in the default sshd_config shipped with
    # OpenSSH is to specify options with their default value where
    # possible, but leave them commented. Uncommented options override the
    # default value.
    #AddressFamily any
    #ListenAddress 0.0.0.0
    #ListenAddress ::
    # The default requires explicit activation of protocol 1
    #Protocol 2
    # HostKey for protocol version 1
    #HostKey /etc/ssh/ssh_host_key
    # HostKeys for protocol version 2
    #HostKey /etc/ssh/ssh_host_rsa_key
    #HostKey /etc/ssh/ssh_host_dsa_key
    #HostKey /etc/ssh/ssh_host_ecdsa_key
    #HostKey /etc/ssh/ssh_host_ed25519_key
    # Lifetime and size of ephemeral version 1 server key
    #KeyRegenerationInterval 1h
    #ServerKeyBits 1024
    # Ciphers and keying
    #RekeyLimit default none
    # Logging
    # obsoletes QuietMode and FascistLogging
    #SyslogFacility AUTH
    #LogLevel INFO
    # Authentication:
    #LoginGraceTime 2m
    PermitRootLogin no
    #StrictModes yes
    #MaxAuthTries 6
    #MaxSessions 10
    RSAAuthentication no
    PubkeyAuthentication yes
    # The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2
    # but this is overridden so installations will only check .ssh/authorized_keys
    AuthorizedKeysFile .ssh/authorized_keys
    #AuthorizedPrincipalsFile none
    #AuthorizedKeysCommand none
    #AuthorizedKeysCommandUser nobody
    # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
    #RhostsRSAAuthentication no
    # similar for protocol version 2
    #HostbasedAuthentication no
    # Change to yes if you don't trust ~/.ssh/known_hosts for
    # RhostsRSAAuthentication and HostbasedAuthentication
    #IgnoreUserKnownHosts no
    # Don't read the user's ~/.rhosts and ~/.shosts files
    #IgnoreRhosts yes
    # To disable tunneled clear text passwords, change to no here!
    PasswordAuthentication no
    #PermitEmptyPasswords no
    # Change to no to disable s/key passwords
    ChallengeResponseAuthentication no
    # Kerberos options
    #KerberosAuthentication no
    #KerberosOrLocalPasswd yes
    #KerberosTicketCleanup yes
    #KerberosGetAFSToken no
    # GSSAPI options
    #GSSAPIAuthentication no
    #GSSAPICleanupCredentials yes
    # Set this to 'yes' to enable PAM authentication, account processing,
    # and session processing. If this is enabled, PAM authentication will
    # be allowed through the ChallengeResponseAuthentication and
    # PasswordAuthentication. Depending on your PAM configuration,
    # PAM authentication via ChallengeResponseAuthentication may bypass
    # the setting of "PermitRootLogin without-password".
    # If you just want the PAM account and session checks to run without
    # PAM authentication, then enable this but set PasswordAuthentication
    # and ChallengeResponseAuthentication to 'no'.
    UsePAM yes
    #AllowAgentForwarding yes
    #AllowTcpForwarding yes
    #GatewayPorts no
    #X11Forwarding no
    #X11DisplayOffset 10
    #X11UseLocalhost yes
    #PermitTTY yes
    PrintMotd no # pam does that
    #PrintLastLog yes
    #TCPKeepAlive yes
    #UseLogin no
    UsePrivilegeSeparation sandbox # Default for new installations.
    #PermitUserEnvironment no
    #Compression delayed
    #ClientAliveInterval 0
    #ClientAliveCountMax 3
    #UseDNS yes
    #PidFile /run/sshd.pid
    #MaxStartups 10:30:100
    #PermitTunnel no
    #ChrootDirectory none
    #VersionAddendum none
    # no default banner path
    #Banner none
    # override default of no subsystems
    Subsystem sftp /usr/lib/ssh/sftp-server
    # Example of overriding settings on a per-user basis
    #Match User anoncvs
    # X11Forwarding no
    # AllowTcpForwarding no
    # PermitTTY no
    # ForceCommand cvs server
    AllowUsers kamou
    Port 1022
    any help would be greatly appreciated.
    Cheers,
    kamou
    Last edited by kamou (2014-10-05 22:53:17)

    seems like you'r right,
    sshd.socket is active:
    sshd.socket loaded active listening sshd.socket
    I've changed the ListenStream Parameter and now it woks fine.
    thanks a lot.
    kamou

  • Error while integrating BEx Query with Cognos

    Hi all,
    we have made 999 rows and 150 columns..
    but we r unable  to integrate it with cognos if we remove free characteristics....
    and it thows me the following error
    1.BAP-ERR-0002 a BAPI error has occured in the function module RFC_READ_TABLE. NOT_AUTHORIZED
    2.error when generating data provider
    3.Query is too large
    Please do reply immediately with the correct solution
    Regards
    Madhavi

    Hi Vani Reddy
    Jus one quick finding are there any new patches upgrade taken place in your system . its in generally occurs because patch issues please refer the following note  1325527.
    it may helps you in this reg.
    Hope its clear a little..!
    Thanks
    K M R
    ***Even if you have nothing, you can get anything.
    But your attitude & approach should be positive..!****
    >
    vani reddy wrote:
    > Hi All,
    >
    > While executing Bex Query user is getting below error message after 20 mins and coming out of BEx.
    >
    >
    >
    > Error Group
    >
    > RFC_ERROR_SYSTEM_FAILURE
    >
    > Message
    >
    > An exception that could not be cought occured.
    >
    > Thanks in advance
    > Vani
    Edited by: K M R on Aug 12, 2009 2:14 PM

  • BEx Query Designer Error

    Hi All,
    I have a problem where I have just updated to SP 18 and now the BEx Query Designer comes up with a problem, I can open the Query Desinger but when I go to open a query from my history the Query Designer shuts down immediatly.
    Has anybody got any Ideas?
    The SAP Gui and Business Explorer is 710.
    Thanks for your help
    Jay

    Hi Pra,
    I do not get an error message the Query Designer just shuts down.
    Are there any log files I can look into to check for error messages?
    Thanks
    Jay

  • My iPod is backed up to iCloud, if i delete pictures and download iOS will they all come back?

    I backed up my iPod to iCloud, if i download iOS6 will everything on iCloud come back to my ipod after?

    The backup only includes those photos in your iPod's Camera Roll album. If you backed up your iPod to iCloud and then restore from that backup the Camera Roll photos will also be restored.
    I do not know what you mean by download iOS.

  • Webi base on BW query based on Infoset comes back with wrong values

    Hello:
    I have a Webi report on an OLAP Universe, on Bex Query.
    The bex query is based on 1 INFOSET.
    When I run the webi report the values that comes back a totally wrong values.
    The correct results are not brought back.
    When I do a test with crystal reports to the infoset, I can see the correct values.  (I'm aware crystal uses different drivers).
    The test is BW query designer, and crystal brings back proper values from Infoset based BW query.
    Webi on Infoset based BW Query comes back with wrong data.
    query is simple.
    Pull in 3 attributes, 3 key figures, where componentkey = "111"
    I get 36 rows in Crystal and 36 rows in Bex Analyzer, 36 rows in BW query designer (web analyzer).
    I get many rows in webi (almost like a CARTENSIAN product).
    I search a round this forum but still did not see a conclusive answer to this problem.
    But I see another thread that several others faced this same issue without a resolution.
    My environment.
    BOE XI 3.1 SP2
    No fix packs
    SAP IK 3.1 SP2
    HPUX-IA64
    Thanks in advance for any help.
    Dwayne

    Was this problem ever solved?
    I am having a similar problem with an infoset based query.
    I have created the BW infoset, and confirmed that the correct data is returned from the underlying infoproviders. A simple BW query on that infoset yields the same results.
    Create the universe, and then the WEBI, and WEBI now shows hundreds of records where I expect 10. Data is being returned in WEBI that definitely shouldn't be there. It's almost like the restrictions applied in the characteristic restriction area of my BW query are being ignored, even if I include them in the WEBI query.
    Cheers,
    Andrew

  • In BI Bex Query Designer output, dont want to have unit at column Heading..

    Hi
    I have a BI Bex Query Designer report showing output with Qty unit at Column Heading level. Even in KF's Text i didn't mention unit. I want unit to appear to column fields instead of column heading. Pls let me know how to do that.
    One more thing is: i have 2 reports exactly same except due date range is different. first report showing unit for each KF at the column heading level and for 2nd report showing column fields level... Surprising. Pls let me know what is the reason and how to control it.
    Thanks...

    Hi Harpal,
    Key figures can have scaling factors and units/currencies. Normally, units/currencies are displayed for every key figure, but not the scaling factors. If you activate the Display Scaling Factors for Key Figures, an additional header row is added to the row or column header. Information about the scaling factor and currency/unit appears in this additional header row, as long as it is consistent (for example, 1,000 EURO).
    For more information, You can go through
    http://help.sap.com/saphelp_nw04/helpdata/en/e0/52029f961aa84d869b9b20fa7f7646/frameset.htm
    Hope it helps & resolves your issue.
    Regards,
    Pavan

  • Need to remove prompts which is comes from Bex query

    Dear Experts,
    Currently i am working in webi report (4.0 SP2), Back end of this webi report is SAP Bex query, created by using BICS Connection. In bex query we have created different variables on Company code,vendor, business area, key date etc. from this company code and key date are mandatory variables.
    My Bex users need input screen to execute the report as per their requirement. But my webi users don't required any prompts. they want to manipulate data by using input controls.
    Req : How to avoid variables (Prompts) which is coming from bex?
    Regards,
    PRK.

    Hi Praveen,
    As per my knowledge, We can not remove mandatory BEx variables from the Webi prompt screen. Value for mandatory Query Variable has to be pass from Webi report.
    You can create another Bex Query without any variable and need to use for reporting in Webi.
    ~Anuj

Maybe you are looking for

  • Email temporary error.

    I keep getting the message below, fair enough but I am waiting for an important email regarding the completion date for a house sale. I have contacted BT "Help" who's answer was it should be sorted by next week. Great the house sale could fall to bit

  • Queue to ERP stopped Status SYSFAIL

    Hallo all, yesterday evening we got the Problem that our Queue to ERP-System stopped. Status is SYSFAIL and and error CALL_FUNCTION_LZ_EXPAND_ERROR occured. Unfortunately theres no text available for this dump. The dump is produced in Program SAPLSMO

  • Reg Header in loop

    hi All, i want to Print Header in multiple pages using Folder in loop. and that loop contains multiple folders and loops in side. in Folder events i selected Header and Start of table and at Page break. but it is triggering only Start of table event

  • If I import favorites from IE, does that totally remove them from IE?

    If I import favorites from IE, does that totally remove them from IE?

  • Broadband keeps dropping out

    Hi There, i have the home hub 2 and for the last 2 months the broadband keeps dropping out for 5 mins then goes back on and then off and so forth, i have checked socket , changed filters but still happens ,here is a copy of the adsl settings in my ho