Swap Function In BEx?

Hello All
Can anyone let me know what exactly is the SWAP function.When do v use it and in what scenario's do v use it?
Generally when u right click on execution of query on a particular characteristics v will get this option(SWAP)?
Pl let me know
regards
balji

Hello Balaji,
Say for eg. there is a report showing countrywise customer wise sales with Country as the first col. and Customer as the second col and sales figures as thid col as shown below
Country     Customer          Sales qty
India        XYZ              100
             xxx              200
USA          ppp              50
             xxx              250
now u want to see it as customer wise country wise sales.
you will swap country with customer at run time for this.
Customer          Country        Sales qty
XYZ               India           100
xxx                India          200
                   USA            250
ppp                USA            50
hope it helps...
thanks,

Similar Messages

  • How do I enable the hot swap function on motherboard MS-7758?

    Hi,
    I just installed a hot swap rack in my computer that runs windows 8.1. It shows up in device manager under Other devices->unknowns device, but the rack will not read a hard drive when i put one in it. I contacted the manufacturer of the hot swap bay, and they told me that i should make sure that the hot swap function is turned on and I do not know how to do that. Any help would be greatly appreciated!
     

    Quote from: xmad on 05-April-14, 02:37:50
    Advanced section> integrated peripherals
    You should see it there.
    Thank you, That saved me at least an hour.

  • Error when executing Planning function in BEx Web

    Hi everyone,
    When executing a planning function in BEx Web, via Web Application Designer, I am getting the following error message.
    ABEND BRAIN (178): Common entries are not permitted for plan queries and input queries
      MSGV1: Aggregation level name
    Where do I go wrong?
    Thanks in advance, hope this is enough info.

    Hi  Geerts,
    If i understood well, you have some problem with your query. Please check the query that you have on WAD and wich characteristics did you have on your level (the level on wich the query is based).
    Pls, check the correct execution on that query on Query Designer too. That query is a plan query? it`s ready for input ?
    Hope this help
    Natalia.

  • How to define Excel function using BEx formula

    Hi experts,
    May I know how to define the following Excel function using BEx formula?
    IF(AND(Revenue<0,Cost<0),"N/A",(Profit/Lost/ABS(Revenue)))
    Thanks!

    for me its easy to implament logic with * and + rather than  AND and OR respectively
    ((Revenue<0)(Cost<0))Value +((Revenue>0)(Cost>0)) ( Profit&Lost / ABS(Revenue))
    As i have mentoned already,for Else case i have considered (Revenue>0) and (Cost>0)  only.
    Value can be a KeyFigure/Formula/formula variable/CKF/RKF
    its not possible to type characters in the formula window so 'N/A'
    Regards.
    Message was edited by:
            Murali c

  • How to swap two primitive dataelements using swap function??

    How to write a swap function that can swap two integer..??

    Now we are getting somewhere. Next time you post code, use the code tags!! See Formatting Tips or just select the code and click the Code button.
    you cant swap i,j using the above code...You're right. You can't do that.
    so how to do that??The ints must be within some object, like I showed you
    You cannot swap the values of two arguments to a method and expect the caller's variables be swapped because Java passes arguments by value not reference. There is no such thing as a pointer to a variable in Java as there is in C/C++.

  • Error while running IP function on BEx

    Hello Experts,
    I was trying to run Planning Function "Revaluation" from BEx work book with using BEx formula variable.
    But I have get below error message:
    *"An error occurred while communicating with the BI server"*
    *"As a result of this error, the system has been disconnected from the BI server."*
    *"Exception condition "INPUT_NOT_LEGAL" raised. "
    My other functions and FOX are successfully running from BEx. And this specific revaluation function also runs on RSPLAN environment when I try to test under planning Sequence.
    If any one has any idea about this error. I will be glad to get his/her opinion.
    Thanks,
    Ali

    Hello Experts,
    I was trying to run Planning Function "Revaluation" from BEx work book with using BEx formula variable.
    But I have get below error message:
    *"An error occurred while communicating with the BI server"*
    *"As a result of this error, the system has been disconnected from the BI server."*
    *"Exception condition "INPUT_NOT_LEGAL" raised. "
    My other functions and FOX are successfully running from BEx. And this specific revaluation function also runs on RSPLAN environment when I try to test under planning Sequence.
    If any one has any idea about this error. I will be glad to get his/her opinion.
    Thanks,
    Ali

  • IP Copy Function in BEX Analyzer

    Hi All,
    I have created copy function to copy A to B on a aggregation level for a input Query.,
    Query is selected for version A. , however on my Bex workbook I have called this function to generated the data for B where Grid is filtered for  Version A, and manual changes are captured.,After that when Iam creating Version B, system is complaining about
    Value of the Characteristic 0version: B is not included in Selection    -----Any Help gurus.,
    I have in master data both A, B for 0version, and I have called standard copy function fields to be changed as 0version and gave from : A To B
    Any help, I have created a variable also for B and passing it through command range, but still same information
    Regards,
    Vijayasri

    Hi,
    as the message says - B is not in your filter - so you need to check and change the filter you use.
    Are you using a sequence - then include version B into the filter in the sequence.
    are you using a function - what did you define in the workbook which filte rit should use?
    regards
    Cornelia

  • MAX( , ) function in BEx formula

    Hello Experts!
    Does anyone know, how the mathematical function MAX( , ) in BEx-formulas work? Which are the two parameters if i want to have the maximum of the values in one colum? Or does this function work another way?
    Best Regards,
    Peter

    Hello Oscar!
    Thank you for answer! Thats what I want to know but it doesn't solve my problem. If I use calculate result as maximum and if I want to calculate with this value (maximum) than i got a result which is calculated with the sum, not with the maximum which I see as result.
    I do open a new thread for new question...
    Thanks,
    Peter

  • Median function in BEx query based webi report

    Hi Experts,
              I have a requirement to have a median function in a chart in my webi report. I'm using BO 4.0 SP2 Fix pack 2.9 and using IDT connection to connect BEx queries. I have 3 dimension objects in X axis and Median as y axis. When i'm calculating median, it need to have the child dimension aslo be part of the chart. but my requirement the child dimension should not be in the chart.
    Example: i have Region, Country and state dimensions as X axis, and Median of sales revenue by city as y axis.
    In my chart, i should not include city. So i have written the formula like "Median(Sales revenue) Forall(City) in (Region;Country; state)" and i tried all the combinations of this.
    When i'm including the city object its working fine, but when removint it, its not. Please help me in this.
    Thanks.

    Hi Suman,
    thanks aigain for your reply!
    I have tried your proposal before you have posted it.
    In my special case the following if/else statement works successfully:
    CKF = calculated key figure
    Formula1 = (CKF1 == 0) * 0 + (CKF1 <> 0) * CKF2
    In my case the CKF2 is the result value from "Incoming Order value" - "Turnover"
    So I had to define a separate Formula (1:1 equals to CKF2) and then I was able to set "*CKF2" in the statement.
    The statement CKF2 = (CKF1 == 0) * 0 + CKF2 is not possible (because it´s not possible to calculate from CKF2 itself).
    Now it works
    Best regards,
    Michael

  • Ideapad U430p, Swap function keys and my cat

    So I bought the U430p and after installing the complete system new, I am quite happy with it. Obviously my cat also. I disabled in the Bios the Hotkey that I don't have to press all the time Fn+one of the function keys to access these. However, I read this forum and several others asked also this question, however my cat must have found a hidden key combination to swap the Fn keys back after stepping or sleeping on my notebook. It happened already 2 times, that I pressed F2 (to rename a file) and the loudness was going down. F5 and the window closes. So I went back to the BIOS and to my surprise the Hotkey was still disabled(!). So I enabled it and disabled it again, Exit and save settings and all was back to normal. Pressing the Decrease Volume was F2 again, so I could rename w/o pressing the Fn key. Until 2 days ago, same situation, cat stepped at night on the notebook and I had to suffer again that selecting F2 was only possible with the Fn Key. Bios same, Hotkey was still disabled. My question is now: what is the secret hotkey in Windows (or login screen) to swap the Fn keys. If my cat can do it, I wanna do it also Cheers Tom

    I have the same problem, and I really can't understand why do they do such things! I even can't get a normal answer from Lenovo about it. I like Thinkpads, they are great designed & they have a lot of unique features, most of them could be customized, exept this! Why??? I can't belive that it's so hard to remap 2 buttons using BIOS! The problem is that the FN key doesn't generate a scan code, which could be recognized by the software, i tried numerous programs to remap the FN button, but it's useless. You can do it only in 2 ways: 1. mechanical - to swap them fisically, but it's hard, dangerous & the warranty will be lost of course. 2. BIOS remapping which can be done only by Lenovo or maybe by somobody, who can hack the BIOS. So, Dear Lenovo Experts PLEASE do this feature for us, we REALLY neeed it! We need it much more than "keyboard customizer", more than "easy eject", more than "media center" becouse we use the left CTRL button every minute, working on your notebook!

  • Swapping Function and Control keys on a Lenovo Laptop

    Lenovo laptops reverse the usual positions of the Function and Control keys (see this photo). It seems like a minor problem, but it is very frustrating.
    How can I swap these keys? I have tried various xmodmap configurations (some based on the examples provided in the manual and some based on this eerily similar question), but nothing seems to work.
    Additional information
    Fn keycode: 151, Fn name: XF86WakeUp
    Left Control keycode: 37, Left Control name: Control_L
    Thanks in advance, best community ever.

    keenerd wrote:Ponder why you got a Thinkpad, then (optionally) swap them back.
    Free laptop from work. The hardware interface isn't great, but I'm not complaining. :-)
    Anyway, that worked beautifully. Thanks for the tip!

  • Inverse Normal Distribution function SAP Bex Query

    Hi All
    In BEx Query designer there are different aggregation  types available i.e. min, max,average, standard deviation etc.  for
    formula or calculated key figure.There are not any additional statistical functions such normal distribution, inverse normal distribution available in Bex query designer.  How to achieve normal distribution, inverse normal distribution as aggregation
    type in Bex Query designer? Your help is appreciated.
    Thanks

    Hi Dennis,
    We have done the similar thing recently but performance of crystal reports is very poor on bex query. Did you face the same thing? Any suggestions/ideas to improve performance..
    Thanks,

  • SUMCT , SUMRT & SUMGT functions of Bex Query not supported in Uinverse,

    Hello Experts,
    I performed the following steps:                                               
    1. Created the Bex Query using the Query Designer with the following functions as                                                                               
    SUM CT                                                                               
    SUMGT                                                                               
    SUMAT                                                                               
    and saving the Query.                                                                               
    When creating the universe connection and try to connect to the above query, it is not showing the dimensions or any objects. It is just blank. It throws the error " error getting dimensions for cube".                                                                               
    But the BEx query works fine in the Query Designer.                                                                               
    When using other functions, and the Universe and Universe connection works fine. Please let me know if this is a limitation or if I am doing anything wrong.                                                                               
    Let me know if you need any further information on this.
    Thanks and Regards,                                                                               
    Jothivel

    Hi Ingo/Stratos,
    I enabled the traces for the universe creation in my test environment( basically I enabled the SOFA and MDX logs using the registry key settings) and got the following :
    Thu Dec 31 09:15:09.390: SAPMODULE: SAPConnection: m_pRfcWrapper->Close( m_hRfcConnection ) 0.015
    Thu Dec 31 09:15:15.609: SAPMODULE: SAPAuthenticationService: Authentication model for SAP connectivity is CREDENTIALS
    Thu Dec 31 09:15:15.609: SAPMODULE: SAPAuthenticationService: Authentication model for SAP connectivity is username and password
    Thu Dec 31 09:15:15.609: SAPMODULE: SAPAuthenticationService: Trying to connect to SAP using this URI : occa:sap://;PROVIDER=sapbw_bapi,ASHOST=10.165.81.246,SYSNR=01,R3NAME=T25,AUTHTYPE=CREDENTIALS,USER="badari",LANG=EN,CLIENT=800,CATALOG="Z_BOBJ_M",CUBE="Z_BOBJ_M/ZZ_IH_OLAP_TEST_RATIO",PASSWD=******
    Thu Dec 31 09:15:17.218: SAPMODULE: SAPAuthenticationService: m_pRfcWrapper->RfcOpenEx() 1.609
    Thu Dec 31 09:15:17.218: SAPMODULE: SAPConnection: Connection to SAP BW server successful
    Thu Dec 31 09:15:17.625: SAPMODULE: CLIENT: MDDataProviderBW.GetCubes 0.407
    Thu Dec 31 09:15:17.625: SAPMODULE: CLIENT: Reserved Structure Z_BOBJ_M/ZZ_IH_OLAP_TEST_RATIO
    Thu Dec 31 09:15:17.640: SAPMODULE: STRUCTURE: Getting dimensions for cube Z_BOBJ_M ...
    Thu Dec 31 09:15:18.343: SAPMODULE: STRUCTURE: RFC function call MDDataProvderBW.GetDimensions failed.  System error in program CL_RSR_MDX_META_DATA and form CONSTRUCTOR-01- (see long text)
    Thu Dec 31 09:15:18.343: SAPMODULE: : Error getting dimensions for cube Z_BOBJ_M/ZZ_IH_OLAP_TEST_RATIO (catalog Z_BOBJ_M): See RFC trace file or SAP system log for more details
    Thu Dec 31 09:15:18.343: SAPMODULE: STRUCTURE: MDDataProviderBW.GetDimensions 0.703
    Thu Dec 31 09:15:18.343: SAPMODULE: : Error getting dimensions for cube Z_BOBJ_M/ZZ_IH_OLAP_TEST_RATIO (catalog Z_BOBJ_M): Unknown error
    I have asked the customer the perform the above steps and let me know the logs.
    Please let me know if the above logs help. I don't have access to my test SAP System logs. Hence unable to check the RFC trace file.
    Thanks and Regards,
    Jothivel

  • Word wrapping functionality in BEx 7.0

    Hi Experts,
    We are migrating BEx from 3x to 7.0 version. In the existing system, we have word wrapping functionality which is achieved by using
    CL_RSR_WWW_MODIFY_TABLE class. This class will become obsolete in the new version. We have found one interface (
    IF_BICS_CONS_WEBITEM_CUST_EXIT) in new version which will allow us to modify XML data, create HTML data,etc from report., But not sure how to achieve word wrapping functionality using this interface.
    Kindly let us know whether can we implement the word wrapping functionality use this interface or any other class/interface are available for the same?
    Looking forward for your valuable inputs.
    Appreciate your help in advance!!
    Regadrs,
    Priyaranjan

    Hi Priyaranjan,
    you need to use modules for that. The below link explains step by step a sample for word wrapping in an analysis item.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0f7d724-c0f0-2d10-828f-be249d59b5c3?QuickLink=index&…
    Regards
    Yasemin...

  • How to use percentage functions in BEx with structures

    Hi, I need a help.
    I have a query with a structure in the rows: two characteristics at left then the structure.
    Plant, Year/Month and a structure with 3 lines (Line A = movement type = 1, 2, 3, Line B types 4, 5, 6, Line C types 7, 8, 9).
    In the rows just a quantity.
    I'm trying to use percentage functions CT or GT in the rows, but it's not working.
    The idea is something like:
    Plant 01    07/2010   Line A    30  30%
                                     Line B    20  20%
                                     Line C    50  50%
                     Result                          33%
                     08/2010   Line A    40  20%
                                     Line B    60  30%
                                     Line C   100 50%
                     Result                          66%.
    When I do not use the structure percentage function works well, but with the structure results are completely wrong.
    Any help will be appreciated.
    César Menezes

    You either have to use exception aggregation to give you the total per plant and use that in your percentage calculation, or you could define a formula in the cells. Here you can reference the specific cells you want to use as inputs.

Maybe you are looking for

  • At my wits end with my broadband :(

    Hello, I have had bt now for 6 or so years and up until 2 months ago its been great with no problems. Now when I use the xbox most games show the ping to the host and every min/2 mins I down to 1 red bar then straight back to the max ( 4 green bars)

  • Accordion spry

    Is there a way to make it so that when you go to the accordion spry, all the tabs are closed initally.  Currently, when I go to the accordion spry, the first tab is open and all the rest are closed.

  • Execute a jar in my program!

    Hello everyvbody, I have an application that has to execute a jar, but i cant seem to get it to work. I tried many different things, creating a .bat file that calls the jat, then calling the bat file, i tried calling the cmd.exe and and then sending

  • Urgent -- ORA-12514.

    Hi, I restarted my database (RAC). After that I am getting ORA-12514 from second node while trying to connect username/pwd@cs, but it is working in first node. Can any body will help me. Regards, Kiran

  • Middleware-Pricing condition error while downloading pricing objects

    Dear all, I am encountering an error after i replicated the pricing objects from R/3 to CRM. Below is the description of that error as seen in T-code SLG1 There is no entry in the object directory (TADIR) for R3TR TTYP /1CR/RCBCUS503_T Please provide