Report: either cube1 Xor cube2

Hello,
I have 4 cubes (let's say c1, c2, c3 and c4) and a multiprovider joining them.
c3 and c4 are containing partly the same data. Because of this I have to implement a join like:
c1 AND c2 AND (c3 XOR c4)
Is there a way?
thanks
Tobias

Hi Roberto,
i'm implementing sales analysis for my diploma thesis. It's also the first bw-project in this company.
There are different cases the marketing is interested in:
1 - deliveries, that are invoiced
2 - deliveries, that are not
3 - delivery schedules
4 - delivery schedules that are delivered
To make life easier I made a cube for each of them. But the marketing is also interisted in analysis of all together.
The multiprovider can do this easily, but joining 3 and 4 would breed wrong results as 4 is already covered by 3.
I don't have experience with infosets but read they are rather for ods?
Tobias

Similar Messages

  • I loaded the newest version and it only shows an hourglass and then says it could not open. HELP! I cannot run a crash report either.

    Firefox worked before though at times encountered a problem and had to close. Now I've loaded the newest version and it won't even fully load without having to close. I plugged in the crash item id that HELP forum instructed, and the report said it could not proceed. SO I'm not experienced in any of this and don't know how to make it work. I have to use Explorer until it is fixed. Help please.

    Make sure that you haven't left a profiles.ini file.
    * http://kb.mozillazine.org/profiles.ini_file
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

  • Can't generate reports either

    I have not been able to generate reports using ARD 2.2. The only features in the Reports menu which work are the Network Test and Administration Settings.
    All other reports show "Waiting for Report Data" or "Queued".
    I have opened these ports on clients: TCP and UDP 5900, TCP and UDP 3283.
    Any help fixing this would be appreciated. It's hard to know how to manage backup capacity without the info in these reports.
    Thanks,
    Rich
    G5 Dual 2.0   Mac OS X (10.4.4)  

    this problem cropped up for me recently also. I repaired permissions, reinstalled the application, deleted all Remote Desktop preferences (in user's Library/Preferences folder as well as System/Library/Preferences) and deleted the database at /var/db/RemoteManagement. None of these things allowed me to generate reports (of any kind), copy items to clients, or install packages.
    In the end, i removed EVERYTHING related to ARD as described in this thread: http://discussions.apple.com/thread.jspa?messageID=1111736&#1111736
    I then reinstalled ARD again and I am now able to run reports, copy items to my clients and basically do the things that i used to be able to do with this application.

  • Cube1-- DS0 -- Cube2

    Hey,
    I use a DSO to aggregate some data from a cube. I use a DSO because some characteristics need to be overwritten. So they contain the most up-to-date values.
    I need to make a query on the DSO, but it takes a really long time to execute the query.
    So I thougt of loading the data from a DSO into another InfoCube.
    The problem is that after the load to my second infocube, this infocube has more data then the DSO. Some values that were overwritten in de DSO, are splitted again in the infocube.
    Example: my original infocube (from BC) contains 1milj records. When I load this data to my DSO I have only 300.000 records. When I load the second infocube, it contains 450.000 records.
    Does anyone know what the problem is? Other suggestions?
    Thanks
    Steven

    Rec 1:
    Order     Material     Quantity
    4711     M1          100
    In Next Load it comes as,
    Order     Material     Quantity
    4711     M1          -20
    Active Table Scenario for above:
    Order     Material     Quantity
    4711     M1          100     (this rec will overwritten)
    4711     M1          80     (this will be the new rec)
    In case of Cube you will have:
    Order     Material     Quantity
    4711     M1          100     
    4711     M1          -100     
    4711     M1          80
    If you compress the cube, then cube too will have one record..

  • Loading data to the cube2 from cube1 while cube1 is loading

    Hi,
    We have 2 Process chains
    1st process chain is loading daily for cube1
    whereas 2nd process chain is hourly for cube2 , the DTP is from cube 1 to cube 2.
    the problem is that while cube1 data gets laoding in the process chain1 at the same time the dtp for the data loading (from cube1 to cube2) process in the chain2 goes dead lock.
    Any suggestions in resolving this.
    Regards,
    Suresh

    Hi Suresh,
    There is only way that we have to stop 2 hrs process chain at the time of process chain cube1 load.
    Find out the feasibility of same..
    We have to Schedule Process chain 1 which loads data to cube1 at the end of the process chain we have to call abap program to schedule a back group job in this Background job using FM we have to trigger process chain ie process chain 2. 
    Check the time of first process chain start before 1 Hr. we have to stop this this back ground schedule program.
    How to stop background job using abap code..
    How to cancel the background job processing in ABAP programming?
    Go through below links...
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8068a6b6-40e3-2c10-22ab-d52c5ab48f90?QuickLink=index&overridelayout=true
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30664504-40dd-2a10-3794-db7b4190bef3?QuickLink=index&overridelayout=true
    If you search in SDN there are lot of documents available ..
    How to schedule abap programm in back ground
    FM Module to trigger process chain
    How to cancel the background job processing in ABAP programming?
    Thanks
    BVR
    Thanks
    BVR

  • Report on Multiprovider # values problem

    Hi Experts, 
    I am doing report on Multiprovider which has got 5 cubes.  Let us say, data comes from Cube1 and Cube2.  I have Notification  number as the common field in both. I am having 2 more characteristics  Item from Cube1, Completion date from Cube 2. Similarly 2 keyfigures Qty from Cube1 and no.of defects from Cube2.
         Notific  ||      item        ||date            ||defects     ||     Qty 
         10001  ||       001            ||       -                  ||     2    ||                -
         10001  ||           -            || 10/02/2009        ||     -    ||                5
    Now when I execute the report it gives # values where item is not present, similarly for Comp date also.  User wanted to see both records in one line. I tried to  use " Constant selection" option,  and exclude # values in the filter, but it is working fine if any one of the above characterstic is in drill down but not both, in case of both it shows no applicable data.
    Because If I exclude # values for both chars at a time, then obiviously no data comes.
    How do we achieve this scenario, with 2 characteristics in drill down which are not common in 2 cubes? I can' t go for infoset now, because design is already happened. Very long back I have seen Prakash Darji's reply on the same issue. I could not get that thread. Please assist me on this ?
    Regards
    Sreekanth S

    Hi,
    You can either use infosets or use constant selection.
    For constant selection, check the blog below:
    /people/prakash.darji/blog/2006/09/19/the-hidden-secret-of-constant-selection
    -Vikram

  • R/3 report & BI report values getting different

    hi gurus,
    I am not getting proper values in both r/3 & Bi reports. both are not getting same.
    Bi i am using multiprovider with 1cube and ods.
    when i am searching r/3 report talling ods values
    and bi report tally with multiprovider values.
    what might be the problem.
    what i have to do to get b oth same.r/3 and bw.
    points full will be assigned.
    shilpa

    HI,
    This is may be cecause of your Identification mapping in Multiprovider.
    So Please check how you mapped while creating the MP.
    Eg:
    Cube1 is having
    Material
    Plant
    Batch
    Cube1 is having
    Material
    Plant
    Batch
    Division
    Location
    In your mapping you mapped
    Cube1 Material = Cube2 Material
    Cube1 Plant    = Cube2 Plant.
    In this you need to check,so based on this selection the report will display only if the Matreial and Plant wxits in both Cubes.
    So check it.
    Thanks
    Reddy

  • Data missing in report--HELP Emergency

    Hello All:
    I've a multiprovider on Cube1 and cube2. Cube 1 has data at day level while cube 2 has monthly level data. The user enters a date suppose 04/30/2007, it brings data from cube1 without any problem, what happens with cube 2. I've written a customer exit to get month from given date for second cube but the key figures are showing blank when I run this report. Calday in the default view (rows) of the report. Please help me with this.
    Thanks in advance,
    Manasa.

    Hi Manasa,
    I guess following check would help you
    Solution 1 : In the multiprovider check keyfigure assignement whether you have checked Cal.day or Cal.month for your second cube .
    Solution 2 : you can restrict cube for your keyfigure by using RKF .If that particular Keyfigures gets data from cube 2.
    you check  the data by using LISTCUBE T.code.for multiproviders.
    Cheers
    Sreedhar

  • Linking different measures from different cubes on to same report ,

    Team ,
    I have a report  which is targetting CUBE_1 retrieving dimensions A,B,C and Measures X,Y,Z . Now i also want to retrieve some more measures from a different Cube CUBE_2 which is  still has same dimensions  onto same report .
    I do not want to use a SubReport here .I dont want to use LooKUp's() too ..
    Can you please advise with some pointers how can we achieve this using MDX  ? Thanks in advance !
    Rajkumar Yelugu

    Hi Rajkumar,
    According to your description, what you want it that retrieving dimensions A,B,C and Measures X,Y,Z from Multiple CUBE1 and CUBE2 in an MDX query.
    The short answer is yes. To query multiple cubes from a single MDX statement use the LOOKUPCUBE function (you can't specify multiple cubes in your FROM statement). The LOOKUPCUBE function will only work on cubes that utilize the same source database as the
    cube on which the MDX statement is running. For the detail information about it, please refer to the link below to see the blog.
    Retrieving Data From Multiple Cubes in an MDX Query Using the Lookupcube Function
    Hope this helps.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Reg: Display of Navigational attribute in report

    Hi All,
    I have a report built on the multiprovider which contains two cubes say CUBE1 and CUBE2.
    I can see two rows in the report; each row corresponds to these cubes.
    I have customer field and a country field in the report. Country field is maintained in the master data of the customer and is a navigation attribute in the report.
    I can see the Customer filed in the report output but the country field is not showing any value.
    Country field in the customer master data.
    Please provide your inputs, why I am not getting the values in country field.
    Regards,
    Vijay

    Hi Vijay,
    Check the following.
    1. Check if the data is available for country field in the customer master data.
    2. Open cube 1 and check in the navigational fields, Contry is marked or not. If you want to use it in the report, Country field which is in a customer master data, should be marked.
    3. Same way check in cube 2.
    4. Open your multi provider, mark this navigational attribute if it is not marked, and assign it to the cube by right click-> identify.
    if the data is avaialble in the master data, your problem will be solved.
    - Jaimin

  • Error while scheduling DESKI report in infoview

    I m scheduling a DESKI report to users enterprise inbox from infoview using a server group. This server group has DesktopIntelligence Job server, Destination Job server, Adaptive Job server and Program Job servers and all these servers are running.
    When I schedule the report to boldusers enterprise inboxbold it get failed and shows this error message
    bolddestination DLL disabled. []: [CrystalEnterprise.Smtp] bold
    I m wondering what has to be enabled for scheduling a report to infoview's own inbox.

    Abhilash
    You are correct that it shows all the prompts but only when we run the report either directly from the CR Designer or via View on Demand in Infoview/CMC.
    But if I try to schedule an instance of this report, I am getting a check box in the parameter section which says "Show unused parameters" to see this dyanamic prompt. And When I check that box in Infoview still I am not able to select any value for this prompt as it's greyed out.
    Hope I am able to explain my query to you.
    Also attached a screen shot of the scenario for your reference.

  • Getting Error in Report painter

    Dear All ,
    i am getting an error after i execute a report in report painter,
    Getting the following errors,
    Characteristic Ledger does not exist
    Characteristic Record Type does not exist
    Characteristic Ledger does not exist
    Message no. GR655
    Diagnosis
    The characteristic must (message type E) or should (message type W) be addressed in the report definition. This means that a set must/should exist for the characteristic in the definition of the report rows, report columns, or report selection.
    For performance reasons, it is important that you limit the value ranges of those key fields located at the start of the database key as much as possible.
    Procedure
    Define a set for this characteristic in the report.
    Note
    In Controlling (Table CCSS), different characteristics (cost center, order, project, etc.) are portrayed internally with a common technical characteristic, "Object". In reports, either a specific characteristic such as cost center must be used, or the characteristic "Object" must be used directly. If this is not the case, an error message appears saying that the "Object" characteristic is missing.
    regards
    Man

    Hi,
    define a ledger / record type, (eg in the general data selection).
    Best regards, Christian

  • Reporting Services Point - possibly permissions issue

    I'm having a really hard time configuring a working reporting services point in my test SCCM 2012 R2 environment and was hoping someone might be able to help me work out what's gone wrong.
    My servers are WS2008 R2.  SQL Server 2008 R2 is installed on the primary site server and holds the site database.  I installed SSRS onto a separate site server and added it as a reporting services point.  This worked, and I see the list of
    reports in the SCCM admin console.  However, when I try to run a report - either from the console or via web browser - I get this message:
    The default value expression for the report parameter 'usertokensids' contains an error.  There are no logon servers available to service the logon request. (rsRuntimeErrorInExpression)
       at Microsoft.Reporting.WinForms.ServerReportSoapProxy.OnSoapException(SoapException e)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID)
       at Microsoft.Reporting.WinForms.ServerReport.EnsureExecutionSession()
       at Microsoft.Reporting.WinForms.ServerReport.SetParameters(IEnumerable`1 parameters)
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerWindowsForms.SetParameterValues_DoWork(Object sender, DoWorkEventArgs e)
    SMSAdminUI.log shows this message:
    [25, PID:3096][06/12/2014 11:24:05] :[fqdnofprimaryserver] : The request failed with HTTP status 503: Server Error.
    Now, the reason I think this is a permissions issue is because srsrp.log on the Reporting Point server shows this:
    (!) Error retrieving folders - [Login failed for user 'domain\reportingservercomputername$'.].
    (I've removed the actual name here, obviously.)
    I'm really puzzled about what's going on here, what is trying to authenticate with the SSRS server's machine credentials, and what for.  Looking in SQL Server Management Studio on the primary site server which hosts the SQL database, I can see that
    the account has a login listed and it has its default schema listed as DBO.  On the SSRS server, in Reporting Services Configuration Manager, the Report Server Service Account is set to a dedicated domain user account.  The Current Report Server
    Database Credential is set to my own Windows login using Current User - Integrated Security - I can't seem to get it to accept the dedicated user account.
    Can anyone help me figure out what's gone wrong and how I fix it, please?  I'm by no means a SQL person, and I'm at my wit's end with this!
    Thanks,
    M

    The plot thickens.
    The SSRS server has these:
    "The report server has detected a possible denial of service attack. The report server is dropping requests for service from the IP address 192.168.113.163" (this is the IP address of the primary site system, which hosts the SQL database)
    and then
    "Report Server Windows Service (MSSQLSERVER) cannot connect to the report server database"
    The primary site system, meanwhile, has got thousands of these:
    "Login failed for user 'DOMAIN\SSRSSERVERNAME$'. Reason: Token-based server access validation failed with an infrastructure error. Check for previous errors. [CLIENT: 192.168.113.164]" (that's the IP of the SSRS server)
    The Windows firewall is off for both systems.  They're on an isolated test network.  I still don't understand where the setting is that tells it to make SQL queries using the SSRS server's machine account, rather than the dedicated service account
    I created.
    Any more ideas?  Thanks for your help so far - I really appreciate it!

  • Adding Data Field to Sales Analysis Report

    Does anyone know how to add data fields to Sales Analysis Reports, either in PLD or CR?  On Sales Analysis by Customer, I need to add the total quantities for all items sold for the sales included in the report, excluding negative quantities.
    Thank you,
    Avraham

    Hi Avraham.......
    You can create your own Query Report for getting all the desired outputs and it will be easy to show in reports also.....
    Regards,
    Rahul

  • Unable to edit values of Unused paramters while scheduling a report in Infoview

    Hi
    I have a crystal report which is using a Cascading Dynamic Parameter (LOV in BVM) e.g. Country -> State > City.
    I have not used Parameter Country anywhere in my report formulas but have used State and City.
    When I publish the report on BO Repository, I get prompted for all the parameters when I select View on Demand. However When I try to schedule an instance of the same report It becomes Unused Parameters and am not able to edit their values.
    Can you please advise me on this, how can I Schedule an instance of this report.

    Abhilash
    You are correct that it shows all the prompts but only when we run the report either directly from the CR Designer or via View on Demand in Infoview/CMC.
    But if I try to schedule an instance of this report, I am getting a check box in the parameter section which says "Show unused parameters" to see this dyanamic prompt. And When I check that box in Infoview still I am not able to select any value for this prompt as it's greyed out.
    Hope I am able to explain my query to you.
    Also attached a screen shot of the scenario for your reference.

Maybe you are looking for

  • Why does not my hdmi kabel work from my iMac to my receiver?

    I have bought a new HDMI kabel, the last one worked fine. But i needed a longer one this time. And now I dont get picture nor sound on my TV??? Help!

  • Product - "Search on Data". How do I evaluate this?

    In the following url there is reference to a BO XI addin for 'Search on Data'. I would like more information on this but cannot find any further reference to it in the SAP website. Is there a trial version I can download? OR is this now bundled in wi

  • How to Set External Speakers as Default output

    Everytime I reboot my Mac Pro, the computer defaults to the built in monitor speakers.  I have a nice set of Altec Lansing powered external speakers that I would like to use.  I have to go into system preferences and change my audio out to "Line Out"

  • How to run program in background?

    Hi Experts. Please tell me wht is the procedure for scheduling a Job in background? I need all steps thanks in advance

  • How to connect an image to a book

    I'm building an app, I'd like to link the image to my book I try to explain I put the book cover on the UIViewController, and I'd like to set and action, when I tap on the image start the ibookstore with the book and for this reason image is linked t