Pull unique result in RKF

Hi all,
I have a query issue that I've been trying to solve.
I have a large query with many Calculated Key Figures that is sliced by Vendor. Each vendor has a Primary Material (navigational attribute of 0VENDOR) & a Cost (calculated key figure). My problem is, I need to pull the average Cost for all unique vendors with a the same Primary Material.
For example: if there are 10 Vendors with Primary Material X, I need to pull the sum of the Cost for those 10 vendors with Primary Material X. I then need to divide by 10 (vendor count), to get the average.
Can anyone suggest a way of doing this? I have a unique vendor count, but I am having trouble pulling the Primary Material component into an RKF or CKF.
Thanks for your help! Points awarded.
-CLM

it is very simple solution
since primary material is existing as navigational attribute.
STEP 1: create a formula variable on primary material. say PRIMARY MATERIAL COUNTER.
STEP 2. Create A CKF " TOTAL UNIQUE VENDOR COUNTS" . its definition is as follows
PRIMARY MATERIAL COUNTER  * VENDOR COUNTER
STEP 3: Now create A CKF as " TOTAL COST"
PRIMARY MATERIAL COUNTER. * vendor counter  * cost .
STEP 4. create final CKF as
" TOTAL COST"/TOTAL UNIQUE VENDOR COUNTS"
kindly revert back for any issues.
NOTE :
PRIMARY MATERIAL COUNTER   ,   VENDOR COUNTER are formula variables.

Similar Messages

  • How do I compare two columns of data in Numbers to find the unique results?

    Hello all,
    I'm looking for a way to compare the data from two columns so I can find the unique results and display that data in a third column. To be specific, here's what I'm doing.
    Column A is a list of email addresses for people I have already written. Column B is a list of email addresses for people I would like to contact. I am not sure if there are email address from Column A in Column B, but there may be and if there are, I must find out so that I don't send a second email to these recipients. How can I have Numbers look at both columns and tell me which email addresses in Column B are not in Column A?
    Thanks for the help!!!

    gfmp123,
    Here's an alternate use of MATCH to find duplicates. I hope you find one of the two solutions, Wayne's or this one, useful for your case.
    The expression in Column C is:
    =IFERROR("Dup in Row "&MATCH(B, A,0), "")
    Regards,
    Jerry

  • Oracle Discoverer report pulls incorrect result when scheduled.

    Recently the database was migrated to 10.1.2 RAC from 9.2.0.6, so the discoverer EUL is now resides on new database.
    after migration the report which pulls correct results when run interactively is pulling incorrect result when scheduled in Discoverer.
    This report used sysdate and aggregate functions, i had ran the same report simultaneously( Directly in Discoverer Desktop/Plus and scheduled in discoverer), but the data retrieved in both case is not matching.
    here is the query. any help is appreciated.
    SELECT /*+ FIRST_ROWS */ A.SITE_ID as E175108,B."SYSTEM DESCRIPTION" as System_Prefix,
    B."SYSTEM PREFIX" as System_Description,
    COUNT(CASE WHEN ( TRUNC(SYSDATE)-DISCO10G.DATE_FORMAT_TEST(A.STATUS_DATE) ) < 0 THEN 1 ELSE TO_NUMBER(NULL) END) as Less_than_0_Days,
    COUNT(CASE WHEN ( TRUNC(SYSDATE)-DISCO10G.DATE_FORMAT_TEST(A.STATUS_DATE) ) > 121 THEN 1 ELSE TO_NUMBER(NULL) END) as 0_to_14 Days,
    COUNT(DECODE(TRUNC(( TRUNC(SYSDATE)-DISCO10G.DATE_FORMAT_TEST(A.STATUS_DATE) )/31),3,( TRUNC(SYSDATE)-DISCO10G.DATE_FORMAT_TEST(A.STATUS_DATE) ),to_number(NULL))) as 14_to_30_Days,
    COUNT(DECODE(TRUNC(( TRUNC(SYSDATE)-DISCO10G.DATE_FORMAT_TEST(A.STATUS_DATE) )/31),2,( TRUNC(SYSDATE)-DISCO10G.DATE_FORMAT_TEST(A.STATUS_DATE) ),to_number(NULL))) as 31_to_60_Days,
    COUNT(DECODE(TRUNC(( TRUNC(SYSDATE)-DISCO10G.DATE_FORMAT_TEST(A.STATUS_DATE) )/31),1,( TRUNC(SYSDATE)-DISCO10G.DATE_FORMAT_TEST(A.STATUS_DATE) ),to_number(NULL))) as 61_to_90_Days,
    COUNT(CASE WHEN ( TRUNC(SYSDATE)-DISCO10G.DATE_FORMAT_TEST(A.STATUS_DATE) ) BETWEEN 15 AND 30 THEN 1 ELSE TO_NUMBER(NULL) END) as 91_to_120_Days,
    COUNT(CASE WHEN ( TRUNC(SYSDATE)-DISCO10G.DATE_FORMAT_TEST(A.STATUS_DATE) ) BETWEEN 0 AND 14 THEN 1 ELSE TO_NUMBER(NULL) END) as 120_Days_Plus,
    COUNT(TRUNC(SYSDATE)-DISCO10G.DATE_FORMAT_TEST(A.STATUS_DATE)) as Total
    FROM PSTAGE.ALL_EQUIPMENT A,
    ( SELECT A.SITE "SYSTEM PREFIX", A.DESCRIPTION "SYSTEM DESCRIPTION", A.SITE_ID, B.SITE_DESCRIPTION, A.G2B_ID
    FROM SITE_LIST A, ALL_CF_SITE_CONTROL B
    WHERE A.SITE_ID = B.SITE_ID
    ORDER BY 1, 3
    ) B
    WHERE ( (B.SITE_ID = A.SITE_ID))
    AND (A.EQUIPMENT_STATUS_CODE IN ('T','7'))
    GROUP BY A.SITE_ID,B."SYSTEM DESCRIPTION",B."SYSTEM PREFIX"
    ORDER BY B."SYSTEM DESCRIPTION" ASC ;
    Thanks!

    Hi sunil,
    Rod is referencing the NLS parameters i.e.
    Can you please let me know which NLS parameters you are referring toNLS parameters in this scenerio may be the date and language for that session.Do check out
    SELECT * from NLS_SESSION_PARAMETERS
    how i can check if there any differences in the NLS parameters when report is scheduled or run interactivelyI think you should run the trace file.Iam not sure about it.
    It would be system_context.
    Hope it helps you.
    Kranthi.

  • Conversation Vertical not pulling any results from My Sites

    My conversation vertical is not pulling any results from My Sites newsfeed posts
    ('Nothing here matches your search'). It is however pulling discussion list items from team sites.  Additionally people vertical works as it should (I can search people and user profile metadata and get the proper results). 
    I have:
    -UPS with search service account as
    an administrator with "retrieve people data for search crawlers" 
    -Content source with sps3://ourportalurl
    -Crawl rule specifying My Sites URL 
    -out of the box Conversation result source
    Thank you for any tips.

    Hi mmlmiller,
    I tried and it could work in my environment.
    Please add the web application URL (also make sure your search service account have read permission on this web application via ) which hosts the MySite in Search Service application Content Source, then start a full crawl and
    test again.
    https://technet.microsoft.com/en-us/library/dn186229.aspx
    Thanks
    Daniel Yang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Select from 2 tables with common key and than left join(unique result)

    Hi,
    I have 2 tables that have a common id (Customer_id) and I have a third table which contain her key consist of 3 column ( Customer_id , rms_customer_id,billind_tree_id) and have the manager_name field
    I am using a left join because not all the customers have a manager.
    I need to take only the manager_name field from the left join but the problem is that I am not getting a unique name results because the customer_id is not the primary key(only part of )
    so I have use the following :
    left join
    ( select * from ACCOUNT_Manager am where
    rms_customer_id <= all (select rms_customer_id from ACCOUNT_Manager am2 where
    am2.customer_id = am.customer_id )) am
    on c.ID = am.CUSTOMER_ID (C is one of the first 2 tables with the ID as key)
    Is there anyway more efficient of doing it ?
    Thanks

    Please consider the following when you post a question. This would help us help you better
    1. New features keep coming in every oracle version so please provide Your Oracle DB Version to get the best possible answer.
    You can use the following query and do a copy past of the output.
    select * from v$version 2. This forum has a very good Search Feature. Please use that before posting your question. Because for most of the questions
    that are asked the answer is already there.
    3. We dont know your DB structure or How your Data is. So you need to let us know. The best way would be to give some sample data like this.
    I have the following table called sales
    with sales
    as
          select 1 sales_id, 1 prod_id, 1001 inv_num, 120 qty from dual
          union all
          select 2 sales_id, 1 prod_id, 1002 inv_num, 25 qty from dual
    select *
      from sales 4. Rather than telling what you want in words its more easier when you give your expected output.
    For example in the above sales table, I want to know the total quantity and number of invoice for each product.
    The output should look like this
    Prod_id   sum_qty   count_inv
    1         145       2 5. When ever you get an error message post the entire error message. With the Error Number, The message and the Line number.
    6. Next thing is a very important thing to remember. Please post only well formatted code. Unformatted code is very hard to read.
    Your code format gets lost when you post it in the Oracle Forum. So in order to preserve it you need to
    use the {noformat}{noformat} tags.
    The usage of the tag is like this.
    <place your code here>\
    7. If you are posting a *Performance Related Question*. Please read
       {thread:id=501834} and {thread:id=863295}.
       Following those guide will be very helpful.
    8. Please keep in mind that this is a public forum. Here No question is URGENT.
       So use of words like *URGENT* or *ASAP* (As Soon As Possible) are considered to be rude.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Parsing XML and pulling out results rows only

    All,
    I need a bit of direction here, hopefully someone can help.
    Here is the situation..
    I have a Web Template that has the XML dataprovider only. Meaning, when I execute it, I get a blank screen because I am not using any other item. This is expected.
    The query works as designed and the XML data in the source of the web page is correct.
    Now, I want to be able to read (loop thru the XML data) and display the data in an HTML table for display to the end user. (Actually, I would like to only keep the "REsults Rows" from the XML data)
    Does anyone have any javascript/XSL/etc that takes the data from a web template, via the XML dataprovider function, and is able to process the data (XML data) and display as an HTML table on the same page?
    I am having a hard time finding any information on reading an XML dataset from the WAD and displaying it with any sort of success.
    I found lots of weblogs and threads about some similiar functionality, but it wasn't exactly what I was looking for.
    Here are some of the links I found..
    Re: XML Data Provider - Information
    I also found other threads from here, but none of them was exactly what I was looking for...(They were along the same lines as the first link!)
    I hope someone can help me out. Due points and my ever gratitude to whomever can help me on this one!
    Cheers!
    /smw

    1. Learn basic web service interfacing. The type of data is irrelevant.
    2. Learn how to parse XML.
    3. Learn how jdbc works.
    4. Learn how the protocol of your actual hosting company works.
    5. Put the above steps together to create your app.
    Steps 1, 2 and 3 are independent from each other.

  • Quiz Analyzer Doesn't Pull in Results

    I am using the Adobe servers with the quiz analyzer on a windows-based system.  Often when I try to generate reports, it will pop up the window telling me there were new learners and asks if I want to download them.  When I say yes, it thinks for a second but still displays the previous report that I had generated.  It did it very sporadically at first and now I am often unable to generate more than one report per quiz analyzer session and have to restart the program to generate each additional report.  Any help as to the cause or a solution to this issue would be greatly appreciated.

    Download to disk did work despite the Quiz Analyzer itself not refreshing results.
    I'm not sure what you were driving at with the added server location given that I was reporting to Acrobat.com but this did solve my issue.  Although, it still is frustrating that the Quiz Analyzer Tool does not refresh its results and the only option that I have is to download to disk.
    Thanks.

  • How can i relate my tables in order to get unique results

    Data given below is collected from three table
    ACCT_NO = 1242001063101
    SYM_RUN_DATE     = 8/29/2012
    ACTUAL_BALANCE = -7316.94
    LEDGER_BALANCE_BASE =
    CLIENT_NO     = 1240000040
    PROFIT_CENTRE = 206
    BRANCH_NO = 124
    CURRENCY     = PKR
    ACCT_TYPE = 101
    DEPOSIT_TYPE     = S
    ACCT_STATUS = D
    OPEN_DATE = 2/19/2002
    MATURITY_DATE =
    ACCT_CLOSE_DATE =
    CREDIT_ACCT_LEVEL_INT_RATE= 0
    CR_INT_TYPE = PLS
    ZAKAT_EXEMPT = N
    AGG_BAL_MTD =-212191.26
    AGG_BAL_QTD = -439016.4
    AGG_BAL_YTD = -1739732.19
    the data of Fourth table look like this:
    Sym_run_date = 30-AUG-12
    Int-type = 7d2
    Effect_date = 02-NOV-09
    Balance = 123321232.23
    CCY = USD
    Actual Rate = 5
    Problem : the main problem is that i want to collect the data from above three tables and as well as the relating data of the fourth table but fourth table is giving me more than one records
    for example : ACCT_NO: 1242001063101 has multiple records in the fourth table with same effect_date (means two records found of that account of same effect_date)

    This way.
    with data as
    select 'PLS' prod,      9999 bal,           6 rate from dual union all
    select 'PLS',      99999,           6 from dual union all
    select 'FP4',      5000,           5 from dual union all
    select 'FP4',      10000,           6 from dual union all
    select 'FP4',      50000,           6.7 from dual union all
    select 'FP5',      50000,           6.9 from dual
    select  rn, prod, bal,
            case when
                    rn = 1
                  then
                    0
                  else
                    lag(bal) over (partition by prod order by bal)
            end from_bal,
            bal to_bal,
            rate rate
      from  (
              select prod, bal, rate, row_number() over (partition by prod order by bal) rn
                from data
            ) a
    order by prod;
    RN  PROD      BAL      FROM_BAL TO_BAL   RATE                  
    1     FP4     5000     0     5000     5
    2     FP4     10000     5000     10000     6
    3     FP4     50000     10000     50000     6.7
    1     FP5     50000     0     50000     6.9
    1     PLS     9999     0     9999     6
    2     PLS     99999     9999     99999     6

  • Query did not return a unique result: 2

    I had an issue after upgrading to vCloud 5.5 that I could not deploy any vApps with nested ESXi hosts.  It turned out that the workaround I put in place in vCloud 5.1 by adding the OS type of vmkernel5guest caused a duplicate entry as vCloud 5.5 adds this in this value that did not exist before.  The table that was modified was "guest_os_type"  the column that had a duplicate was "internal_name".  I had the entry I placed in it which had vmkernel5Guest and the vCloud  5.5 upgrade also created an entry for ESXi 5.x.  I left the entries for ESX 4.x and ESXi 6.x that were created as they were not duplicates.  Hope this helps someone out!

    Thank you for taking the time to post this - you have saved me having to roll back changes that took *the whole day* to implement
    Legend!
    Mark

  • How to Get the Unique Key results from OWB Tables after Profile

    Hi,
    We are using OWB 10gR2(Paris) Beta Version.
    In this version the new feature is introduced is Data Profiling.
    We are using this feature to analylize the data in terms of stanadards.
    We have done profiling for our tables and we are able to see the results for each table in OWB Profile Results Canvas. In this window one Unique Key tab is there to see the Unique results.
    Now my question is where these results will be stored in standard tables of OWB. I want to know those exact standard tables to extract thoes Unique results in to my reports.
    After profiling we are generating HTML-DB reports to view all these profile results. But we are not able to find the Uique Key tables where these results are stored.
    So pls can anybody provide help on this to get these tables...
    Thanks in advance...,
    Ramesh P.

    You can use DatabaseMetaData#getPrimaryKeys.

  • Running report and get the report result with coding

    Hi all,
    In our R/3 system, there is a custom sales report.
    My question is: is there possibility to get data by running this report and grab it the result with code and store it in internal table?
    Sorry if my question too basic because I am not abaper
    I am just wondering to find new solution for my project.
    Regards,
    Steph

    My requirement is: I want to get the result from this report
    (rather than try to get the data from SAP original table, because this report is very complicated with a lot of selection data) and use it this result into my new program.
    The mechanism that I want is pull the result from the current report, not to add some code in current report to push into new program, to avoid changed the report.
    Btw, the output of this report not only the excel file, we can also run this report on foreground mode and see the result.
    The report is not ALV report.
    Regards,
    Steph

  • Best practices for logging results from Looped steps

    Hi all
    I would like to start a discussion  to document best practices for logging results (to reports and databases) from Looped Steps 
    As an application example - let's say you are developing a test for one of NI's analog input or output cards and need to measure a voltage across multiple inputs or outputs.
    One way to do that would be to create a sequence that switches the appropriate signals and performs a "Voltage Measurement" test in a loop.    
    What are your techniques for keeping track of the individual measurements so that they can be traced to the individual signal paths that are being measured?
    I have used a variety of techniques such as
    i )creating a custom step type that generates unique identifiers for each iteration of the loop.    This required some customization to the results processing . Also the sequence developer had to include code to ensure that a unique identifier was generated for each iteration
    ii) Adding an input parameter to the test function/vi, passing loop iteration to it and adding this to Additional results parameters to log.   

    I have attached a simple example (LV 2012 and TS 2012) that includes steps inside a loop structure as well as a looped test.
    If you enable both database and report generation, you will see the following:
    1)  The numeric limit test in the for loop always generates the same name in the report and database which makes it difficult to determine the result of a particular iteration
    2) The Max voltage test report includes the paramater as an additional result but the database does not include any differentiating information
    3) The Looped Limit test generates both uniques reports and database entries - you can easily see what the result for each iteration is.   
    As mentioned, I am seeking to start a discussion for how others handle results for steps inside loops.    The only way I have been able to accomplish a result similar to that of the Looped step (unique results and database entry for each iteration of the loop) is to modify the process model results processing.  
    Attachments:
    test.vi ‏27 KB
    Sequence File 2.seq ‏9 KB

  • Need to pull records for full work week two weeks back

    I wanted to pull the results from two date fields and calculate the lapsed time. Both dates in the calculation are from the same field, so I used the command feature in Crystal to differentiate the two
    SELECT max("A"."CREATED_DATE") as installerContactCreatedDate,
    TO_NUMBER("A"."OBJECT_KEY")
    FROM "OMS"."AUDITS" "A"
    WHERE "A"."ATTRIBUTE_NAME" = 'installerContact'
    AND "A"."CREATED_DATE" > SYSDATE - 16
    group by "A"."OBJECT_KEY"
    SELECT max("A"."CREATED_DATE") as dateScheduledCreatedDate,
    TO_NUMBER( "A"."OBJECT_KEY")
      FROM "OMS"."AUDITS" "A"
      WHERE "A"."ATTRIBUTE_NAME" = 'dateScheduled'
    AND "A"."CREATED_DATE" > SYSDATE - 16
    group by "A"."OBJECT_KEY"
    Incidently: u201CAND "A"."CREATED_DATE" > SYSDATE u2013 16u201D was used to limit the results from a huge table and u201816u2019 has no real significance other than trying to return the minimal results for the report.
    once I had the above I used this:
    datediff("H",{Command.INSTALLERCONTACTCREATEDDATE},{Command_1.DATESCHEDULEDCREATEDDATE})
    Now to what I need to do; if I provided too much info I am sorry, I just was hoping to give enough.
    I need the results  for a full work week; the catch is I donu2019t need it for the previous week but for two weeks back; i.e. if I ran the report  on Monday the 19th  I want to pull records from the 5th to the 9th
    I know that this formula:
    {Command.INSTALLERCONTACTCREATEDDATE} in
      CurrentDate - DayofWeek(CurrentDate) - 5
    to CurrentDate - DayofWeek(CurrentDate) u2013 1
    will pull the prior full business week (m-f); i.e.  ran on Monday the 19th- pulls records for the 12th to 16th, no good for me.
    Furthermore, if the field is populated late Friday afternoon and field is not populated until the next week I need to capture that on the following weeks report- eventhough the first part was populated the prior week.
    So, report runs Mon. the 19th captures 5th to 9th, but  is populated the 9th and the is not populated til the 12th, 13th, or 14th then that cant show on report for week of 5th to 9th, but on the report for 12th to 16th.
    Iu2019d greatly appreciate any assistance and apologize if I made little to no sense when describing my issue.

    Try:
    SELECT max(case when a.attribute_name = 'InstallerContact'
                        then "A"."CREATED_DATE" else null end) as installerContactCreatedDate,
                 max(case when a.attribute_name = 'dateScheduled'
                        then "A"."CREATED_DATE" else null end) as dateScheduledCreatedDate,
         TO_NUMBER("A"."OBJECT_KEY")
    FROM "OMS"."AUDITS" "A"
    WHERE
    ("A"."ATTRIBUTE_NAME" = 'installerContact'
       AND "A"."CREATED_DATE" > SYSDATE - 45) 
    OR
      ("A"."ATTRIBUTE_NAME" = 'dateScheduled'
       AND "A"."CREATED_DATE" between SYSDATE, - datepart("dw", sysdate) - 13
                                                 and SYSDATE - datepart("dw", sysdate) - 7 )
    group by "A"."OBJECT_KEY"
    having max(case when a.attribute_name = 'dateScheduled'
                        then "A"."CREATED_DATE" else null end) is not null
    (where datepart("DW", <date>) returns the day of week.  It's not clear what DB you are using.)
    This assumes that the installer date is within 32 days or so of the scheduled date.  Increase the 45 (or remove the date condition altogether - but that would be very slow on a big table) if that's not the case.
    sysdate - datepart() returns the prior Saturday,
    subtracting 7 days is the end of your week period (Saturday) two weeks ago,
    subtracting 13 is the Sunday of your week period two weeks ago.
    The case statement within the max() database aggregate functions will be null, and therefore not effect the results, if the attribute name is not the one we are interested in at the moment.
    The having clause will restrict the returned records to those objects scheduled within the week of interest.  (Since the WHERE clause is using an OR, there may be records with installerContact date > 45 days ago, but the dateScheduled is not within our week of interest.  In that case, the max() in the HAVING clause will be null.)
    And it's all done with one database query! 
    HTH,
    Carl

  • Custom Google Results Page

    Hi,
    I would like to integrate a search form and results page into
    my site. I saw
    this one:
    http://www.lapmaster.com/
    and liked how it took a google search and placed the results
    on the site but
    without any Google branding. Can anyone show me how to do
    this?
    Thanks

    1. does anybody has any experience to share about Google's
    Public
    Service Search (for non-profit organizations)?
    2. is it possible to combine Google's search results from
    static pages
    in a site with a DB search in a unique result page?
    the static pages contains cv, descriptions, ... that i have
    stored in a
    folder and insert with a SSI. i use this approach because is
    easier to
    format & modify texts with DW. now i'm thinking to put
    them in the DB
    and do the whole search myself. the drawback is i'll need to
    include
    format buttons in a form to add/modify info, like those in
    forums using
    vBulletin
    any advice?
    PHP, MySQL
    tia,
    jdoe
    > mlapointe wrote:
    >
    >> The instructions are on Google's website, in the
    business section.
    >>
    http://www.google.com/services/index.html
    Depending on the level of
    >> customization and "Google-free" branding you want,
    you may have to pay
    >> for it.

  • Generating Test Results (Reporting) from Microsoft Test Manager

    Hello,
    I would like to generate a report for the executed testcases in TM, but unfortunately, I can't find any directions of how to generate such report. Is there a way to generate such report without using thirdparty software/addons?
    What I am looking for in this report:
    Testplan name;
    Testsuite ID;
    Testsuite title;
    Testcase ID;
    Testcase title;
    Teststep ID;
    Teststep itself (if possible)
    Expected results (if possible)
    Testresults per teststep or otherwise per testcase (Passed; Failed; Blocked etc...)
    Applications info:
    VS2013
    TM2013
    Thank you in advance!

    TFS has an SSRS server addition that is integrated with the TFS data warehouse that can be used for this purpose if your organization installed it with TFS. Only work items can be "queried" in web access and team explorer so you cannot pull the
    results using queries.
    "You will find a fortune, though it will not be the one you seek." -
    Blind Seer, O Brother Where Art Thou
    Please Mark posts as answers or helpful so that others may find the fortune they seek.

Maybe you are looking for

  • ITunes 64 bit  crashes during iphone sync  on windows 7

    This was working fine a couple days ago - my guess is that one of the zillion MS patches killed it.  Now what?  I have uninstalled, re-installed, done all the Compatability checks, etc.  Tried installing the 32 bit version but the installer won't let

  • Can't print comments Acrobat 9

    Hi all. I've just had Acrobat re-installed on my PC, and now I can't print comments. I've got a commented PDF. Nornmally I would use ctrl+t to summarise comments, choose my printing preferences, but then when I click on "Print Comments Summary", the

  • Crystal Reports prompt single value variable from BEX

    Hi, after upgrade to BO 4.1 SP2 Patch 3 the prompt from BEX variable in CR doesn't work. After investigation the issue is happened for variables containing more than 9 values. Bex Setting: Variable -> Details -> Variable Represents -> Single value Va

  • PSA deletion -clarification regarding QM status

    Hi Guru's We r on BI 7.0 SP13. We are loading HR data with full loads via infopackages to PSA and subsequently from PSA to infocubes via DTP. We have configured a process chain to delete the PSA requests which are 1 day old in order to make sure that

  • Online number deactivated

    My online number has been deactivated without a reason!!!