Cross Cell Analysis

Hi folks,
I have 3 different loan types,
Loan_type No(Customers)
A 20000
B 30000
C 40000
No I want to analyze such a way dt
A B C
A 12000 25000
B 12000 35000
C 25000 35000
Note : abow sum is not exact
where AxB says Number of people who have taken both A and B Loans etc
Please tell me how to do this analysis...
Regards
Fayaz

fiaz0419 wrote:
I am dissappointed here.... No one even bother to help...
Guys....Fiaz, no one here is obligated to help you. And it could very well be that either no one has an answer for you or doesn't have the time to research your issue. But saying, "I am disappointed... no one even bother [sic] to help..." will not help you as trying to impose guilt (because we aren't helping you) is almost never a motivation that's going to work.
Here is what you need to do. I did not check the syntax, so you will have to do that. But to start, your requirement is not that easy, if you want to do it right. I have thought about your issue because it intrigued me and I have the solution. Just to let you know, it took some time to think this through and you will have to complete the thought process yourself, but I have worked out the code for one of your BINS that you will have to create.
Let's start with the "A" category. The people in this category will be those who have loan type A, but no other loan types.
table.customer_name||table.loan_type = table.customer_name||'A'
...will get those customers who have loan type A... The reason I concatenated customer name with loan type is to create a unique record for each customer and his/her loan type. You can't just count customers and you can't just count loan types. Hopefully, you get this.
table.customer_name||table.loan_type = table.customer_name||'B'
...will get those customers who have loan type B...
table.customer_name||table.loan_type = table.customer_name||'C'
...will get those customers who have loan type C...
SUM(CASE WHEN (table.customer_name||table.loan_type = table.customer_name||'B' OR table.customer_name||table.loan_type = table.customer_name||'C') THEN 1 ELSE 0 END)
...will tell you whether the customer has either a loan type B or C if the CASE statement above is greater than 0. If the sum is 0, then the customer has no loan type B or loan type C.
Let's add the conditions above together:
CASE WHEN table.customer_name||table.loan_type = table.customer_name||'A' AND SUM(CASE WHEN (table.customer_name||table.loan_type = table.customer_name||'B' OR table.customer_name||table.loan_type = table.customer_name||'C') THEN 1 ELSE 0 END) = 0 THEN 'A' END
will tell you customers who have loan type A, but do not have any loan types of the B or C category and will be grouped in the BIN called 'A'
Now modify the above logic for those customers who have only B, but not A or C; for those customers who have only C, but not A or B; for customers who have A or B, but not C, etc...
This should get you started on what you need for your report.

Similar Messages

  • Cross-systems analysis and max. rules for a risk

    Hi all,
    Customer environnement: GRC AC RAR 5.2 linked to 3 R3 4.6C environments (FB0, FB1 and FB2) with different purposes. Users and roles can exist in the 3 systems so we need to run cross systems analysis.
    It turns out that the cross-systems analysis works well only if you declares the functions on only 2 environments (FB0 and FB2 or FB0 and FB1).
    If we declare the functions on 3 environments (FB0, FB1 and FB2) one reaches the maximum number of rules for a risk, namely 46 655.
    This limit is it revised upwards in version 5.3 (if yes, how?)
    Or there happens a workaround solution to run cross system analysis on multiple physical systems (the customer environment target is 6!) ?
    Regards

    The limit is based on the number of character combinations are available for a risk, so if the number of characters has been increased thenteh number of rules available won't have been increased.
    In AC 5.3 the number of characters for a risk ID is 4 which is the sames as AC 5.2 therefore I doubt trhat the limit has been lifted of the code changed to accomodate mor rules per risk.
    The only way around the issue is to create smaller risks instead of looking in systems 1, 2 & 3 look in 1 & 2, and 2 & 3 and 1 & 3.  Not ideal but at least you will get some results.
    Sounds likje an enhancement request needs to be raised to me.

  • Cross fact analysis

    Could someone please explain or point me to some resource where i can know about cross fact analysis with conformed and non conformed diemnsions.

    Great, happy to help. While you're over there have  look at this as well - goes together with the other: https://greatobi.wordpress.com/2013/09/10/the-single-most-important-thing-to-know-about-the-obi-rpd/

  • Cross dimensional analysis

    Hi,
    I'm not sure if this is possible or not so bear with me.
    We've got quite a complex cube used for sales reporting and the users want to be able to extract some additional data.
    To simplify it down, assume we have a number of products sold through a number of channels and sold by a number of different companies.
    For the set of companies that a product can be sold through, this is dependent on the relationship between product and channel.
    For example
    Product 100 + Channel A = Company Z
    Product 100 + Channel B = Company X
    Product 200 + Channel C = Company Z
    and so on.
    The difficulty is that there is no pattern to say that every product 100 or everything in Channel A is sold through Company Z.
    I wondered if Alias Combination would work but that I'm not sure that is the correct way of doing things.
    I next looked at whether I could set up a Company dimension and use the cross dimension operator (->) within a member formula to calculate the values. This didn't seem to work very well.
    Is there some other way of doing this that I'm not aware of or is it even possible?

    Hi GlennS,
    I can see that your suggestion should work in the situation where a product or channel both have a unique mapping to a company ie. Product 100 maps to company Z no matter which channels its sold through and everything sold through Channel B goes to Company X no matter which products.
    The mapping to company in my example is at the combined relationship between Product and Channel. So for Product 100, if sold through Channel A then that could be Company Z, however if sold through Channel B then that might be Company X.
    For Product 200 it might be that sales through Channel A go to Company Y, while sales through Channel B go to company Z.
    In your example I would have to mark Product 100 as being either Company X or Z, when it reality it could be sold through either company depending on which channel its sold through.
    Don't ask me why our sales structures are so complicated!?!
    I guess if I think to how I would do something like this in excel, for each data value I would probably concatenate the product and channel together to get a unique reference. I could then test this reference using a lookup table of some sort to determine which company it relates to.
    Does that make sense?
    It's something that feels possible in Essbase but perhaps its a bit too complex to try and implement fully...

  • MCI8 for cross plant analysis

    Dear PM Expert,
    The PMIS Cost analysis (MCI8) can be displayed based on characteristics Order type.
    At the moment we are using same Order type PM01 across multiple geography (multiple plants). We want to be able to analyze or viewing each plant cost in MCI8. There is no plant in MCI8, how to do this? We are considering to use different order type for each plant. Is there a better solution?
    Regards.
    Edited by: Djani Musalim on Dec 23, 2009 5:28 AM

    Hi Musalim,
    your requirment is to get Plant field in MCI8. for this you can copy info structure to Self defined Info structure from there you can add Maintenance palnt field..
    Rehds
    Vinit

  • Cross tab analysis

    Anybody knows how to do crosstabs in numbers?
    thanks

    Hi fercesar,
    When you say tabs, do you mean the sheet tabs across the top of a document? Sheet 1, Sheet 2 and so on.
    Each Sheet (canvas) can contain several objects such as Tables, Charts (graphs), Text Boxes, Shapes (graphic objects).
    When you say crosstab, do you mean linking tables on different sheets? Linking a graph on one Sheet with a Table on another Sheet? This is possible. Please reply with more information on what you want to do.
    Regards,
    Ian.

  • Data analysis using EXCEL

    Oracle Community
    I belong to the Oracle Bandwagon since the last 12 years. Always carried out data analysis by using Oracle SQL using tools like PL/SQL developer, SQL PLUS etc, but since the time I have started using EXCEL and drawing data using ODBC, I'm amazed at the power of EXCEL.
    Does Oracle have any tools similar to EXCEL ?
    Thanks
    Nag

    Nag Swamiyyee wrote:
    Oracle Community
    I belong to the Oracle Bandwagon since the last 12 years. Always carried out data analysis by using Oracle SQL using tools like PL/SQL developer, SQL PLUS etc, but since the time I have started using EXCEL and drawing data using ODBC, I'm amazed at the power of EXCEL.
    Does Oracle have any tools similar to EXCEL ?
    Thanks
    NagErm.... yes... I have EXCEL too. Amazing that isn't it. :)
    However, for pure data crunching you can't beat good old SQL. Full of powerful analytical functionality and the more recent MODEL clause, both of which allow you to reference 'other' rows of data for 'cross cell' calculation. Fast and powerful without the need to involve the limits of ODBC, Windows o/s, or exporting of data to a 3rd party tool and writing something in a completely different language.
    May I ask though? What is the point of your question?

  • Logical Systems vs Cross Systems

    Dear all,
    I have two physical SAP ERP systems grouped under one logical system.
    Now I want to connect to a third SAP ERP system in order to execute Cross System analysis between the systems under the logical system and the new third system.
    I understand that I cannot do a Cross System RA on systems of the same logical system so that´s the reason why I need to set up the third system as a single new ERP system.
    Anyhow the new ERP system should use the same rule set than the two systems of the logical system.
    So I´d just like to set up the new system connector for the GRC 5.3 but I do not want to load the same rules again for the new ERP system, etc.
    Is this possible? I tried to create a new logical system containing the new ERP system and regenerate the rules for the logical systems. But after that no simple RA is possible for the new ERP system.
    Thanks for any advice and regards,
    Markus Richter

    Hello Markus,
      Yes, you are right that you can not include the third system in the same logical group if you wish to use it for cross-system analysis. If you choose to have this as a stand alone system in RAR then first you will have to upload the rules for this stand alone system in RAR. The rules loaded for logical system will not work for this system as it is not part of the logical system group.
    Regards, Varun

  • How do I convert Spreadsheet file to Waveform for off-line analysis?

    Using v6.1
    I have multiple column data in an xls file obtained from third party DDE write. Each column contains data pertaining to one process variable. Does not include timestamp, however, data sampled at specific frequency of 10hz. I wish to convert the column data to waveform and perform Spectrum and cross correlation analysis to determine source of process variations.
    How do I read the spreadsheet file and produce waveforms for analysis using the built-in analysis tools?
    Thanks!

    Save the XLS file as a CSV (Comma Seperated Values) file. Then read the CSV file into LabVIEW using "Read From Spreadsheet File.vi" -- make sure to set the "delimiter" input to a comma (","). Index out columns of data using the "Index Array" function, and then build a Waveform and set the dt. Attached is an example.
    -Jim
    Attachments:
    CSV_2_Waveform.vi ‏36 KB

  • Best Datasources to use for Sales Orders and Invoiced Quantities

    Hello Experts,
    Just wanted to ask if anyone has experience and can recommended the ECC Datasources to use to extract:
    1. Invoiced Qty = Sales History
    2. Open Sales Orders
    3. Shipped Qty= Goods issued but not yet invoiced
    So far in my research I have down the following datasources:
    1. 2LIS_13_VDITM Billing Document Item Data  for Invoiced Quantities
    2. 2LIS_11_SSL, or 2LIS_11_SCL or 2LIS_11_VASCL for Open Sales Orders
    3. 2LIS_12_VCITM, 2LIS_11_V_SSL for Shipped Quantities
    Any suggestions?
    Thanks alot
    Victoria

    Hi Victoria:
    Plese take a look at SAP Best Practices (Scenario Documentation and Building Blocks)
       Open this URL: http://help.sap.com/bp_bw370/html/index.htm
    Click "Preconfigured Scenarios" link
    Click on the Links to navigate on the different available scenarios and to see the documents you can download (Technical Documentation > Configuration Guide)
    *Customer Relationship Management
    -- Sales Analysis
    -- Cross-Functional Analysis: Financial and Sales Data
    -- Booking Billing Backlog Analysis
    -- Sales Planning
    -- Scheduling Agreements Analysis
    -- CRM Analytics
    Edited by: Francisco Milan on Jun 3, 2010 6:23 PM

  • Is it possible Mail - PCK -File Scenario?

    Hi all,
    i want to try the scenario in PCK  where the mail adapter of PCK will pick the mail from mail server address and it will pass through PCK to the File receiver adapter.
    anyone have a related document for this scenario.
    Thanks
    Ashwin

    Hi
    PCk -with out XI???
    PCk is nothing but enables smaller companies to exchange xml documents with business parter's SAP XI
    Business system environment of small business partner is connected via PCk to integration server  by means of XI
    check this for PCK info
    /people/siva.maranani/blog/2005/08/30/pck-cross-sectional-analysis-part-1
    /people/siva.maranani/blog/2005/08/30/pck-cross-sectional-analysis-part-2
    http://help.sap.com/saphelp_nw04/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/content.htm
    Message was edited by:
            Anu Ram
    Message was edited by:
            Anu Ram

  • Advantages of using PCK over normal XI adapters

    Hi Gurus,
    We are in a situation where in we need to choose either implementing PCK or a complete XI . We are a medium sized manufacturing company who need to talk to customers and vendors who already have XI.
    Please let me know what are the advantages and disadvantages of implementing a PCK over a full blown XI .
    Should we implement XI itself or a PCK would suffice our needs.
    Thanks
    Rupendra Seemakurti

    Hi Rupendra,
    Please check these links and weblogs on PCK...
    http://help.sap.com/saphelp_nw04/helpdata/en/99/115281baba404890d2561617a78409/content.htm
    /people/siva.maranani/blog/2005/08/30/pck-cross-sectional-analysis-part-1
    /people/siva.maranani/blog/2005/08/30/pck-cross-sectional-analysis-part-2
    Regards
    Anand

  • Webdynpro and BW 3.5

    I am looking to see what opportunities there are for using Webdynpro in BW3.5.
    One of my colleagues works on a BW 7 system and he has written a ABAP Webdynpro program. It would be great to have that same program for BW 3.5. I am aware that I need the SAP Netweaver Developer Studio but I wondered if you could only write Java based programs with this version?
    Our BASIS services are external so it is difficult to get any answers from them without a lengthy process and a quote/bill etc.  Is there any way I can check that the appropriate services are running for such a program to work?
    Ian.

    Hi Nene,
    MDM features the master-data consolidation scenario, which is - among other things - aimed at consolidating master data (from BI or other client systems) in order to enable cross-group analyses (e.g. global spend). For an overview presentation, see https://service.sap.com/~sapidb/011000358700001932012005E.
    See also the master-data consolidation scenario description, provided at https://service.sap.com/instguidesnw04 -> <i>Planning</i> -> <i>SAP MDM</i>.
    In addition, see the MDM <i>5.5 SP03 Scenario and Process Guide</i> at https://service.sap.com/instguidesnw04 -> <i>Operations</i> -> <i>SAP MDM</i>.
    For detailed information about the BI integration as of MDM 5.5 SP03, see my SDN blog about the recorded expert session on this topic: https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2990. [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]
    Hope this helps.
    Best regards,
    Markus

  • Need tables for the fields

    Hi,
            I want to know the tables where these fields can be available...
         Field “SERNR1”  -  Serial Number
    •     Field “MATNR1” – Assy Matl
    •     Field “SERNR” – Assy Serial NO
    •     Field “ARKTX” – Assy Description
    Pls let me know as soon as possible..

    Hi,
    check table vbap / VBRP/ LIPS , in those tables you can get
    ARKTX,MATNR,SERNR  fields.
    But there is no field with the name sernr1 in standard databse tables. May be that you can find in customized tables created specific to your project.that we cant see .
    but about matnr1 you can get in the following tables.
    VCRSELA_RES      Cross Selling Analysis: Results     
    HBSRLS           Affected Building List              
    Regds
    Sivaparvathi
    Please reward points if helpful...
    Edited by: Siva Parvathi on Dec 20, 2007 11:34 AM

  • Auto calculation issue

    Hi,
    I have a problem with an auto calculation row. One of the columns in the report is a percentage so I don't want the calculation to sum but to calculate with the column formula. Is it possible to achive this?
    I'm using FR 9.3.1.
    Thanks

    Please try to change the formula option used at that cross cell to use the column formula.
    Try this
    Thanks

Maybe you are looking for

  • Can the WLPI be used for a perl web site

    We have a client, which has a perl(Apache/mod_perl) based web site. Cutomers submit orders on the web site and right now there is an order-processing system, but the client is looking for workflow/process product which will ease with all this order p

  • PowerPivot button grayed out for existing .xlsx files

    Hi, I have been working with PowerPivot in Excel 2010 for some time now with no issue till this morning when any existing report (.xlsx) file does not allow me to go to the PowerPivot window (grayed out mostly. sometimes it shows up and when I click

  • Flash button link help

    i have a flash website template where i have done all the editing for my website but now on profile page i create a button and i want when i click on that button that button will take me on another page which is already in that template, but i can't

  • What is a "Frozen" Track?

    Working in a Project, multiple Tracks mostly Real Instrument, copying and moving Regions between Tracks using option/drag and sometimes get a "Track is Frozen" message box. So I click Cancel and the box closes and the Region move has been done. This

  • Basis Support package level of ECC 6.0

    Dear All, I use SAP Version ECC 6.0 (700 Kernel, 64bit) Database SQL. My question is what should be the support package level of ECC 6.0? SAP recommends for the latest support package level always. But, whether the latest support package level will b