Combined Analysis related question

Dear all,
I have a requirement from my customer as follows:
- Display the list of opportunities split with Estimated order taking by Type (New business, Development on existing customer, Contract Renewal) and by Sales Stage with an indication of the forecasted turnover for the current year next to the Estimated order taking.
Forecasted turnover is stored in an oppty related object (Assets) which has been configured to support our need (Business need is to have a forecast year after year and to have an estimated turnover for the year).
Anyway, the aim is to have a list of oppties that should look like this Mockup
I tried a combined analysis with 2 reports :
- First report is the full list of Opportunities
- Second report is the list of opportunities with a line of Forecast for 2012
I select UNION and the result is not the expected Mockup, the Oppty Revenue and 2012 Forecast columns are duplicated.
Can anyone please advise on the right way to perform this?
Thanks in advance,
Charles DUBANT.

Hello, I would like to verify if my explanations here
are correct. ( I believe they are, after some
experimental tests, but just in case)
In a XOR statement, both expressions are evaluated,
but are the alterations to the x variable permanent,
even if the if statement is false and hence doesnt
ever run? I mean there could be a complicated boolean
condition that alters variable x for the if statement
to be evaluated. When/if that statement eventually
evaluates to false, the expression following the if
will never run... But is the variable x permanently
altered? Say, for code that follows later in the
source file?-- So when conditionals are evaluated,
regardless of the outcome (tru or false) any
alterations to variables remain. I think thats true.
Thanks for any input.If you change the variable's value in the process of evaluating a conditional then yes, that value will remain. However, XOR does not change the variable's value. The only thing I see modifying variables is your prefix and postfix unary operators.

Similar Messages

  • Combined analysis to show Opportunity records and all related Contacts?

    Hi All,
    I am trying to create an analysis that would pull up Opportunity records and all their associated Contacts, not only the Primary Contacts. I believe there is a way of doing this using Combined Analyses.
    Any suggestions will be of great help.
    Regards,
    Andy

    If you are using the out of the box fields defined for this purpose, both on the Product Revenue and Opportunity objects, then the Update Opportunity Totals button on the Product Revenue section would do it. If not then you'd need to go the Webservices way.
    Udaya

  • Contact coverage rate report(very complex, combine analysis)

    Hi experts,
    we have a KPI to measure the contact coverage base on segmentation.
    the business scenario is as following:
    1. We have 4 segments for tcontact, A, B, C, D. it is the custom filed in contact object;
    2. my contact: if I am in the contact team, even I am no the owner of the contact, the contact is also mine;
    3. My visited contact: the contact associated with activity which the owner is me;
    The seg A contact coverage rate = # of my visited contact with seg A / # of my contact with Seg A;
    The difficulty is it is in different report subject area. my contact should be used "Contact Tem", my visited contact should be used "Activity history";
    Now I can use combine analysis to run out # of my contacts by count(contact id) in contact team; subject area and the # of my visited contacts by(count(distict(contact id))) in activity subject area. the question is how I can calculate the rate, it is on different row same column;
    Please help;

    Max,
    The report I am trying to achieve is like:
    Sales Rep, # of seg A contacts, # of Seg A visited contacts, Seg A contact coverage rate; # of Seg B Contacts, # of Seg B Visited Contacts, Seg B contact coverage rate;
    AAA, 20, 15, 75%; 25, 20,80%;
    thanks

  • I want to check all functions of PCI 6534.I have read the user manual..I have some memory related questions.​Please help me for that.

    I want to check all functions of PCI 6534.I have read the user manual..I have some memory related questions.Please help me for that.
    1.)If i am using the continuous output mode.and the size of generated data is less than 32 MB.If i want to preload the memory,what should i do?I want that first of all i load all my data to onboard memory & then i want to make start the transfer between 6534 & peripheral.Is it possible?As per me it should be.Plz tell me how should i do this?I think that in normal procedure the transfer between 6534-peripheral & outputting data from pc buffer to onboard memory works parallely.But i don't want this.Is it poss
    ible?
    (2).Similarly in finite input operation(pattern I/O) is it possible to preload the memory and then i read it?Because i think that the PC memory will be loaded automatically when 6534 acquires the data and then when we use DIO read vi the pc buffer data will be transferred to application buffer.If this is true,i do not want this.Is it possible?
    (3) One more question is there if i am using normal operation onboard memory will be used bydefault right?Now if i want to use DMA and if i have data of 512 bytes to acquire.How will it work and how should i do it?Please tell me the sequence of operations.As per my knowledge in normal DMA operation we have 32 Bytes FIFO is there so after acquisition of 32 bytes only i can read it.How it will known to me that 32 bytes acquisition is complete?Next,If i want to acquire each byte separately using DMA interrupts what should i do?Provide me the name of sourse from which i can get details about onboard memory & DMA process of 6534 specifically
    (4).In 6534 pattern Input mode,if i want to but only 10 bits of data.and i don't want to waste any data line what should i do?

    Hi Vishal,
    I'll try to answer your questions as best I can.
    1) It is definitely possible to preload data to the 32MB memory (per group) and start the acquisition after you have preloaded the memory. There are example programs on ni.com/support under Example Code for pattern generation and the 6534 that demonstrate which functions to use for this. Also, if your PC memory buffer is less than 32MB, it will automatically be loaded to the card. If you are in continuous mode however, you can choose to loop using the on-board memory or you can constantly be reading the PC memory buffer as you update it with your application environment.
    2) Yes, your data will automatically be loaded into the card's onboard memory. It will however be transferred as quickly as possible to the DMA FIFO on the card and then transferred to the PC memory buffer through DMA. It is not going to wait until the whole onboard memory is filled before it transfers. It will transfer throughout the acquisition process.
    3) Vishal, searching the example programs will give you many of the details of programming this type of application. I don't know you application software so I can't give you the exact functions but it is easiest to look at the examples on the net (or the shipping examples with your software). Now if you are acquiring 512 bytes of data, you will start to fill your onboard memory and at the same time, data will be sent to the DMA FIFO. When the FIFO is ready to send data to the PC memory buffer, it will (the exact algorithm is dependent on many things regarding how large the DMA packet is etc.).
    4) If I understand you correctly, you want to know if you waste the other 6 bits if you only need to acquire on 10 lines. The answer to this is Yes. Although you are only acquiring 10 bits, it is acquired as a complete word (16bits) and packed and sent using DMA. You application software (NI-DAQ driver) will filter out the last 6 bits of non-data.
    Hope that answers your questions. Once again, the example code on the NI site is a great place to start this type of project. Have a good day.
    Ron

  • TIMESTAMPDIFF function in combined analysis

    Hello,
    Has anyone used the timestampdiff function in a combined analysis? I have created a combined analysis with using two subject areas and tried using the timestampdiff function in the results section but its not giving me the right results. I am using timestampdiff(sql_tsi_day, saw_5, saw_3).
    Any help is appreciated.
    Thanks!
    Sonia

    I guess you can use TIMESTAMP functions in result columns. The only case where you may hit an error is when one of the columns(say saw_5) is having a null/blank value for the corresponding value in saw_3.

  • In which Board we need to post cRIO related Questions?

    sir,
         In which board do i need to post cRIO related Questions and doubts regarding my application with cRIO .Please help me previously i have posted in  motion control drives as my application is related to motor control using cRIO.bu i am not getting any reply .i couldnt find any cRIO related board in select board option.
    Solved!
    Go to Solution.

    Hi illa,
    You can post your query under the Real Time Measurement and Control
    http://forums.ni.com/t5/Real-Time-Measurement-and/bd-p/280

  • Combined Analysis & Prompt

    Hello,
    I have built a combined analysis (7 simple reports) which display the number of actiities linked to a customer and/or account and/or Custom Object4.
    I have set a filter on the creation date (Superior to CURRENT_DATE-10). The performance is great and the report works fine.
    Now, I would like to be able to choose a period (Year + Month). But not only the current one. I want it to be flexible (Not hardcoded in the filter).
    Unfortunately, the prompt functionnality is not compatible via combiend analysis.
    Do you know any tips that could help me?
    Thanks in advance,
    Laurent

    Hey Laurent,
    You could think about mounting your report on a dashboard page. Then you can include a dashboard prompt to filter the results.
    This is still tricky because the field 'Created Date' will be different for each entity. E.g. the field Account.Created Date will have a different physical reference to Opportunity.Created date, this will make prompting tricky as you really need to be promoting on multiple created dates rather than just the one and the dashboard prompt is still filtering the underlying reports and not the summarised report view.
    1. I would suggest you create another report which just has 'Date' in it. Create this in the 'Account History' subject area (because it includes all dates rather than those with corresponding data). Set your dashboard prompt to filter on this subject area and the Date fields. This effectively gives you a dashboard prompt and a report which enables you to select a date range.
    2. Now mount the report and dashboard prompt on the same dashboard page and check the filter works. When this works go each of your 7 simple reports and create an Advanced filter for every created date (Click the filter icon on the 'Create Date' field for that report, select Advanced Filter, then - Filter Based on Another Request) Then reference the report you created in step 1 and the Date field for the Created Date in your report, use the 'Is Equal To Any' operator. Save all this...
    3. Now mount your combined report on your dashboard page as well. When you now select a prompt you're filtering the new report you created which in turn filters each of the 7 results and shows the correct date range in your report. You can use guided navigation to hide the new report you created from the users on the dashboard page.
    The 'Is Equal To Any' operator isn't great so I would recommend looking at is greater to etc but you can play with that (it wont select more than 1,064 individual dates without returning an error). You can also have a play to include month using the same method. This is a lot of effort to be honest so I would also ask the business whether 'Created in the Last 3 months' or 'In the last 4 weeks' hard coded filters would work. I would recommend this approach to be honest.
    Hope this helps...
    Oli @ Innoveer

  • Two related questions:  ColdFusion 10/Java applications and J2EE supported servers

    I have two related questions:
    1.  CF10 and integration with Java Web applications
    We have a couple of Java applications running on JRun and interfacing with CF9 applications.  The JRun clusters were created through the JRun Admin and, apart from lack of Axis 2.0 support, have served us well for years now.  And, as would be the case, the ColdFusion9/Java/Flash application is a critical public-facing application that the business uses for bidding on projects.
    It appears that with ColdFusion 10 on Tomcat, we will not be able to run those Java applications on a Tomcat-CF10 JVM cluster.  Is this correct?  IF so, what are our options? 
    2.  J2EE Application Servers supported by Adobe for CF10
    Which of these is correct?
    A.  This URL (http://www.adobe.com/products/coldfusion-enterprise/faq.html) states "ColdFusion 10 supports IBM® WebSphere, Oracle® WebLogic, Adobe JRun, Apache Tomcat, and JBoss."
    B.  This URL (http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/products/coldfusion/pdfs/cf1 0/coldfusion10-support-matrix.pdf) states:
    "J2EE application servers: WebLogic Server 10.3, 11.1, WebSphere Application Server 7, ND 7 JBoss 5.1, 6.0, 7.1.0"
    I *think* "A" above is wrong re. support for Adobe JRun.  It does not specify a version of Apache Tomcat unless it is simply referring to the custom version the comes with CF10.
    Option "B" above shows no support of Adobe JRun or 'standard' Apache Tomcat.
    Thanks,
    Scott

    Question 1 above was answered:  "No support for Java web applications under CF10's custom version of Tomcat"
    Question 2:  No answer yet:  Is Apache Tomcat (NOT Adobe's customized version) supported for CF10 J2EE deployment?  I do not see any installation instructions on how to install CF10 on Apache Tomcat 6 or 7.
    Is anybody using Apache Tomcat as their J2EE app servers and, again, NOT Adobe's customized/limited version? 
    Thanks,
    Scott

  • Dashboard Prompt to filter multiple Subject Areas (in a Combined Analysis)

    I have a Combined Analysis where I am combining multiple Subject Areas. I want to add this report to a dashboard to use a dashboard prompt to filter by the Year.
    The problem I have is because the 'Year' value in each subject area has a different Column Formula ("Close Date"."Calendar Year" and "- Custom Number/Integer (Custom Object 2)".INDEXED_NUM_0)) I'm unable to have a single 'Year' prompt filter both Column Formulas.
    I have it currently working by creating two dashboard prompts - one for each subject area - that each ask for the Year to filter by.
    Is there a way to have a single prompt for Year and somehow have that filter both subject area's 'Year' value?

    I have tried a bit with no luck.
    In the Dashboard Prompt on that 'Year' filter I set the Presentation Variable to 'FILTER_YEAR'.
    I then set the filter in the report to be Equal to a Presentation Variable with the Variable Expr set to 'FILTER_YEAR'.
    When I run the report and enter the filter year it doesn't bring back any data for that report.
    Anybody have experience using the Presentation Variables?
    Thanks

  • Billing experts: Combining order related and deliv. related

    Hello Billing experts,
    I am just wondering if it is possible at all to combine order related and delivery related to ONE billing document (one DMR and one delivery note with the same payer).
    Or do we have to use Invoice List? I can't make it work.
    Same payer, same Payment Terms and different pricing procedures(with RL00). What other fields that must have identical values, so the billing documents will be grouped in the invoice list?
    Thanks alot in advance!
    Best Regards,
    Tuan Vo

    Hi Tuan Vo
    Since there are many other criteria, its not a viable Solution to combine, order related and delivery related to one billing document even though its possible in SAP.
    The following prerequisites must be met for a Single Invoice from Delivers and/or orders:
    1) the header data appearing in the billing document must agree
    2) the split conditions specified do not apply
    As you see, the Delivery related Invoice has always a pre-checking with the Goods Issue status where as Order related doesn't have to.
    Hence Invoice lists is the option given by SAP.
    However, with an intelligent Copy Control routines between the documents should do the trick.
    The system combines documents with the same customer number, proposal billing type and sales organization, and attempts to include them all in the same billing document. If the preconditions are met, then a single invoice is created for the deliveries and/or orders.
    Note that When creating several billing documents, user exits can be used to reset the header data, so that more can be combined than in the billing due list and later combine to single document.
    There are other fields like Material Group, Billing Dates, Billing Document Type, Item categories which can force for an Invoice split.
    Please let me know if it helps.
    Best Regards
    Ajay Kumar Veeranki

  • Building Combined analysis reports

    Hi, I am new to Oracle Crm on demand and I working on building reports. I have a requirement where I require to create a combined analysis report but I completely don't understand how to display records in a single row. I am using a pivot table to display records in a single row and I am dropping the columns, which I think will have a null value in one criteria, in the measures area and changing the aggregation rule to max. Doing this way it only gives me max value of the record set but I require all the values to be shown in my report. How would I go about displaying all the records from the record set in the pivot table column?
    Thanks, in advance.

    In Version 17 there is a current bug within combined reporting i would also suggest you cover this before creating the report. More information on combined reporting can be found in the help and training section

  • GRC5.2 - SCC - Combined Analysis

    Is it possible in CC5.2 as it was in CC4.0?
    Thanks in advance
    Claudio

    Hi
    The combined analysis in CC52/53 works only for role level.
    There is not direct way to achieve this but you can run combined analysis based on simulation.
    The simulation in 52/53 works on principals of combined analysis.
    Here is work around for it :
    in CC52/53;
    Go to Informer > Risk Analysis > Role Level.
    Select the system for which you want to run analysis .
    Select one of the roles .
    down below in the page , click on simulation button .
    select type = Role .
    for Values field , Select the Yellow arrow.
    Type in the list of single roles for which you would like to do combined analysis .
    Execute it .
    You will get what u wanted.
    cheers!

  • Fetch the result in combined analysis

    Hi
    I have created a combined analysis report. Now in the final report I need to find the percentage of two column .each coloumn coming from the 2 reports. How can i write the function for the same.
    a simple division is giving me wrong data.Kindly help me with the issue.
    Thanks
    Meena

    This may sound like lot of effort, but will definitely work.
    Create a static text. There write a piece of code to read the rows, columns displayed. and to script
    on the field that you want navigation code as on click of column, document.location.href = "url of the report with appropriate parameters"
    td = document.getElementsByTagName("td");
    for(i= 0;i< td.length; i++)
    td.onclick = function (){
    document.location.href = "url of the report with appropriate parameters"
    Let me know if you need more explanation.

  • Filter problem in combined analysis

    Hi
    I have the following scenario
    i made one criteria1
    channel id ,sum(sales) with filter channelid=direct
    i made second criteria2
    channel id ,sum(sales) with filter channelid=indirect
    Then i combined all the two criteria with union all operator in combined analysis
    but i only got the result of second criteria.
    the combined query is taking the second query with filter.
    but i want the first query result also,pls help
    regards
    Obiee fan

    Did you try to extract the SQL from the union report and run it against the database to see if you are seeing the results that you want? This might be because of an in appropriate joins in the RPD. Just another thought, instead of creating two different reports and having filter on the same column in both reports, why do you not create one report and filter the criteria there? for ex: channel Id is equal to direct and in-direct? This would avoid all the extra work right?
    Regards,
    -Amith.

  • Combined Analysis Report - Grand Total

    Is it possible to have a grand total on a "Combined Analysis" report?

    I think you can use the Pivot Table view and show the sum of rows. If no digits appear in the metrics, set the Aggregation Rule to Sum.

Maybe you are looking for

  • Just installed Mountain Lion, and my Mac won't boot correctly. What should I do?

    So I stupidly decided to "upgrade" to Mountain Lion this evening. I downloaded ML, installed it, and now whenever I try to boot my Mac I can't get anywhere. The apple logo comes up and the spinning wheel below it starts up, but then it stops and rest

  • Can't open photos in event

    I recently upgraded to mountain lion. Now all my events are visible, but if click on it they say "no photo". All the photos are merged together under "photos" and not in order. How can I get the photos visible back in the events? This coincided with

  • EBS architecture regarding DB, tablespace, users and tables

    Hi All, I do have some questions regarding the database, data model, table space... architecture of an EBS 12.1.1 installation (I use Windows 2008 as platform): 1) Table space: Is it correct that the table space used for EBS Apps tables is applsys? I

  • XMLP on Tomcat 5.5 Login Error

    Hello everybody, I performed a manual installation of XMLP 5.6.2 on tomcat 5.5.17 today. I followed the oracle guide: http://www.oracle.com/technology/software/products/publishing/install.html When I to login (login page gets displayed o.k.) with adm

  • I can't import media or view anymore!? Please help!

    I tried uploading media files like video to begin editing and it doesn't show up anywhere. The window that shows the playback and also the media file that suppose to had been imported doesn't show up. What am I doing wrong and how do I fix this? I re