Query in Rich client

Hi
would like to write below  query in rich client where i have written in SQL.
select location,
SUM(case when priority='1'and sholders like '%XXX%'then 1 else 0 end)as 'Total P1callsof XXX',
SUM(case when Priority='1'and sholders like '%XXX%'and sla_violation=0 then 1 else 0 end)as 'TotalResolvedcallsinBHRS XXX',
from Stakeholders group by Location
I have tried with SUM,IF ELSE conditions but end with errors. Help is much appreciated.

Hi,
I have finally designed query as measure variable but not getting any output as it is parsing successfully. please help. Also let me know how to insert this measure variable to a column.
Snap for your reference and tell me how to apply group by function and without group by function query will not give output.
Below is my sql query:
SUM(case when priority='1'and sholders like '%XXX%'then 1 else 0end)as 'Total P1callsof XXX'from stakeholders group by location.
Am getting output of above query.
And measure query is:
Sum(If([Priority]="1" And [Sholders] InList("*XXX*");1;0))

Similar Messages

  • Select Query Resutls - operand for WebI Rich Client XI3.0 not available?

    Hi ,
    Using Deski we put a filter condition on a query using the deski query panel.  Also we can select resutls from another query in the same report (query from a differen dataprovider) using the operand Select Query Resutls(any).
    However in Web Intelligence Rich Client for XI3.0 we don't have this operand so we can not filter using results from another query in the same report.
    Does anyone know how to work around this problem?
    Know any plans for this feature ?  As you all know, this is an extremely powerful feature.
    Rgds,

    Minkook,
    Does anyone know how to work around this problem?
    Rich client allows you to import a text or excel file on the fly to your report.  To filter what you have you could build entries into the excel file, import, merge dimensions and voila, have your filtering done.  It does seem dumb to do it this way when a quick filter is all you want.  I'm with you in that the quick filter functionality would be highly desirable.
    Thanks,
    John

  • Rich Client Query Filter Pane question

    I've browsed through various forums without finding an answer to my problem. I'm frustrated and hope someone else has been there/done that and can offer a suggestion to ease my pain.
    We're using BOXI 3.0, and my question is specifically about deciphering/maintaining the contents of the query filter pane in InfoView and/or Web Intelligence Rich Client.
    We have some complicated reports with numerous optional prompts. We realize this is not optimal, but need to maintain this reports until we can replace them.
    The filter panes are very complicated, since there are so many prompts, ANDs, and ORs and nested statements.
    Is there a way to see which universe component a query filter field is connected to? In the query results pane (on top), I can click on a field and it's source is highlighted in the universe tree view on the left. That doesn't happen when you click a field in the query filter pane.
    Is there some way I've not found yet, or is this an enhancement request for BOE? Thanks in advance.

    I guess this an enhancement request for BOE because I've never seen an option like that.  And I really wish that option existed.
    The only way I could think of to solve this problem is renaming all the objects of your universe.  This way you may know what class any object is related to when using the query filter panel.
    For example: You have 3 classes in the universe: Users, Quotes, Invoices.  Rename them with a prefix, let's say:
    U-Users
    Q-Quotes
    I-Invoices
    Then all the objects belonging to Users must be renamed with the U- prefix:
    U-User name
    U-User id
    And the same applies for the other classes objects:
    Q-Quotes:
        Q-quote id
        Q-User id
         Q-Amount
    I-Invoices:
       I-Invoice id
       I-Quote id
       I-Amount
    So if in one query filter panel you have a filter using the object Quote id, you'll see if this Quote id comes from Quotes or Invoices, because of the prefix Q- or I-.
    I don't know if it is a good practice but I hope it helps.
    Regards,
    Erika Atencio Harris
    Edited by: PadawanGirl on Jan 19, 2011 10:10 PM

  • Web Intelligence Rich Client Not Cancel Query

    Hi all
    When i do a query in Web Intelligence Rich Client and CANCEL that query appears 3 options, but whit any option nothing happend and the laptop is block and i have to use the commands CTRL + ALT + DEL and finish the process.
    What is the problem and the solution please.
    Thanks

    Does it happen with all users and on all machine and with all reports?
    Bashir Awan

  • Bex Query using BICS running fine in Rich client but v. slow in Launchpad

    Hi guys,
    At my client client we are using BICS to use Bex Query in Web Intellience, and i created a report that takes less than 10 seconds once run in Rich client but when i create the same Webi report in Launch pad: the list of values take forever to refesh and the report runs for about 30 mins before it displays data..
    In both cases it shows data but the time difference is huge.
    Kindly direct me on what could be the possible issues considering this case.
    Regards,
    Sheikh

    Hi Sheikh,
    There are some known issues with the BICS connectivity and LOV's when retreiving data in BI4.0
    This is detailed in the note - 1581323 - BI 4.0 Web Intelligence very slow performance when using BICS
    Basically there are some registry changes which need to be made to result in quicker data retreival. The full fix is scheduled for Patch 2.1. It may not be your precise issue but the registry change should help I believe.
    Can you test with the registry fix and let me know if this improves matters for you:
    Resolution
    The following fix is planned for Patch2.1 (w/c 27th June 2011):
        Add 2 new registry entries (string keys) under
            For the 32-bit using Rich Client: [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SAP BusinessObjects\Suite XI 4.0\default\WebIntelligence\Calculator]:
            For the 64-bit Web Intelligence:[HKEY_LOCAL_MACHINE\SOFTWARE\SAP BusinessObjects\Suite XI 4.0\default\WebIntelligence\Calculator]
    "BICSLOVChunkSize"="4000"
    "BICSResultChunkSize"="100000"
    Note 1: In a specific test case, a value of 4000 yielded good results, reducing fetch time from 20 minutes to under 5 minutes.
    Note 2: Registry key usage:
        BICSLOVChunkSize is defined as a string. It help create a chunk of List of Value of maximum the number given. The bigger the number the more likely the retrieval of the list of value will crash. Consider using a value between 100 and 5000. If you have 1000 values in your database and you set the BICSLOVChunkSize to 200. Then you will see a hierarchical view of 5 groups having eah 200 list of value.
         BICSResultChunkSize is defined as a string. It limits the number of results that can be retrieved as a List of Value. If you have a List of Value which contains 1 Millions values and set the BICSResultChunkSize to 1000 than only the first 1000 rows will be retrieved. Therefore you will get a partial result set for the list of value.
    Parallel correction for interoperability:
        A parallel fix has been delivered via component BW-BEX-OT-BICS by way of a correction attached to Note 1593802.
    Workaround:
        Set all the values of column u201COrder for F4 Helpu201D to 0 (zero) in BW Transaction RSD1 so that the attributes are not retrieved.
    -> List of members are now displayed in 20 seconds.
    I hope this is a very helpful answer to you.
    Kind regards,
    John

  • Query about  Webi Rich client Install through Infoview in XI 3.1

    When we Install Webi Rich client through Infoview on a client box ,It Install all language  packages .
    Is this a default behavior (So that we can log it in Enhancement request) or It is Potential bug with Product.
    If this is a default behavior ?Is there  a way we can Install only one package(Say English ).
    Edited by: Ovais Ali on Feb 2, 2009 9:32 PM

    When we Install Webi Rich client through Infoview on a client box  I didnt get this point why you install WebI rich cliet through Infoview?
    When you intially Start Igeneral BO3.1 Client nstallation It will show you the various languages the BO can be installed in among those by default it will be in English.Please select that or any other language you wish and go next  you will get your Installation done.

  • No data in webby using IE or firefox but data in webby Rich client

    hi everybody,
    I got a newbie probleme with BO edge XI r3.1 trial version.
    If i create a report on webby via infoview usin a webby universe (efashion eg) , no text appear in my report, inluding data and text titles even i type something (structure is ok)
    If i import this report on webby rich client, all the text appear.  If i export on infoview and if i open my exported report via infoview all is ok. If i change my query and add something opn my report, all previous data stay but the new text doesn't appear....
    Thanks for your help
    Herve
    ps Java version is the last one, and i run my trial on a windows xp sp3 via oracle virtual box. I used express install.

    Seems Java version problem.
    Can you change Display properties for existing and new query objects : "Read Cell Content as" to "HTML" and see ??
    If you can, then use Java build less than 20 : JDK1.6.0_20 less to this like _17 or _18.
    It solves your problem.
    One more reason you are having multiple Java versions installed on your machine.
    Work around:
    Uninstall all installed Java versions.
    When you are working on Infoview, to view WebI reports data , at that it will ask you for Java Virtual Machine Install, now install it, which works good now.
    Thank You!!

  • WebI report in Rich Client refreshing - But not in the webbased WebI client

    Dear experts,
    I am quite new to BO and I am currently facing the following problem regarding our WebI reports:
    I created a WebI report in the WebI Rich Client. This report accesses an OLAP universe, which in turn gets data from a SAP BW through a BI query. I also exported the report to the CMS. In InfoView, it is displayed correctly as well. The report displays the data alright.
    Now here comes the strange part of it: When refreshing the report from within the WebI Rich Client, the data is being updated (the current BW data is being shown) as it is supposed to. BUT when refreshing the report from within the WebI Java client (in InfoView), the report would not update, i.e. it would not display the current BW data but instead the old data. When scheduling instance creation the instances would also not display the current data.
    We are am running BO XI 3.1, no FixPacks.
    Does anybody have a clue why this is happening?
    Any hint would be appreciated.
    Many thanks in advance!
    Best,
    Kai

    Hi Ingo,
    Many thanks for your reply!
    The report would not refresh after I hit "Refresh data" ("Daten regenerieren" in German). Plus the newly created instances (one instance is being created every 5 mins) would also not show the current data.
    The funny thing is that as soon as I go back to the Rich Client and hit "Refresh data" in the Rich Client, the report would always show the current data, never the old ones.
    We should probably continue discussing in just one thread (Scheduled WebI report instances with differing values), this issue seems to be interrelated somehow anyway. Sorry for opening up multiple threads.
    Thanks and best regards,
    Kai

  • Inconsistent date formats between Rich Client and HTML client

    Hey All,
    Just wondering if anyone has come across an issue with inconsistent date formats from a universe based on an MS SSAS 2012 database connection in 4.x?
    The value of the date is returned as a string from the query but the object data type has been changed to a Date object meaning BusinessObjects should convert the string into a date if the format is correct.
    The problem in this is that the date being returned in Rich Client is in dd/MM/yyyy format whereas on the Web Client is in MM/dd/yyyy.
    From the Web Client business objects will return a date, however, it is a mix of MDY and DMY format.
    i.e. 15th of March will be displayed as 15/03/2014
    whereas 12th of March will be displayed as 03/12/2014
    All our application servers are configured for English (Australian) regional settings meaning all dates should be in DMY format.
    The date in the database is stored as a non-ambiguous yyyy-mm-dd format so it appears the variation is occurring somewhere between the database and BusinessObjects for the Web Client based reports only.
    I have also checked the sqlsrv.prm file based format and changed this to DMY but this has also not made a difference.
    The same universe in 3.1 and MS SSAS 2008 works correctly but not this one.

    Hi
    The date in the database is stored as yyyy-mm-dd format.
    As per user request.... Set the date format @ the Business layer level. so it will refelct same as in the WebI.
    Please find the below link. how to use custom Display option.
    BI4.1 Business Layer Enhancements - Create Display Format

  • Diference Between Web Intelligence and Web Intelligence Rich Client?

    Hey Guys,
    Do you know the difference between Web Intelligence and Web Intelligence Rich Client?
    I was asked about that but i couldnt help. And i need to make a decision about a Web Intelligence training. I need to decide using one or another.
    Thanks
    Vegas

    Hi Vegas,
    The Webintelligence Rich Client (WRC) has all the features of the thin webintelligence client. But WRC makes use of the client processor and memory to do all post query processing while Infoview Webi sends every request to the server for processing.
    Thus you won't find any difference between the time taken to retrieve data from the database between these two clients. But there would be huge difference in performance while doing further analysis, formatting  with the data. Also you will not need connectivity to the network to do analysis and formatting using the WRC client.
    WRC client will help you to just retrieve the data on the fly and let you play around with it while you are traveling with no network connectivity.
    Thanks
    Mohanraj CP
    http://blog,mohanraj.org

  • Html versus rich client in BI

    I go into BI using rich client to modify and create a new report (or view an old one) and when I click to run the query, I get the error message below. If I do the same in html modify it works fine. Is there a difference between how these two modify methods access the data? Has anyone gotten this error before?
    Database error: (CS) "Unable to connect to the InfoStore". (IES 10901) (WIS 10901).
    Thank You

    I found the problem. I restarted connectionserver32 service from CMC. It said it was in a running state but once I did the restart, it worked.
    Thanks

  • Different values between Rich Client and Web Intelligence

    Hi all,
    our landscape is BO Edge 4.1 SP2 Patch 5
    we just create a report in Web Intelligence with a query bics from BW
    We discovered that sometimes the report retrives fake values from BW: the same report refreshed in Rich Client shows correct values.
    BW data are frozen (updated only once a day)
    We tried to:
    - save report with Rich Client and published it in the public folder (but Web Intelligence still shows wrong data)
    - upgrade Java Virtuale Machine to the latest release
    - looking for system and BO log without any clue
    - looking for SAP note (some info only related to BI 3.1)
    Workaround: issue disappear only restarting BO SIA
    Can you help us?
    Any idea?
    Regards.

    Have you seen Web Intelligence and Oracle Java Runtime Environment Known Issues
    There is a wiki inside the blog
    I wonder too if you might get a faster, better response in the Web Intelligence space

  • Umlauts not displayed in WebI Rich Client

    Hello everyone,
    We have a problem with one user machine using Web Intelligence Rich Client 2-tier mode.
    Data umlauts (õäöüšž) are turned to symbols and the query result are incorrect.
    It's interesting, because metadata umlauts are displayed correctly. For example, the user sees umlauts header of reports.
    The problem have to be in one machine, because when same user log in to another computer then umlauts are displayed correctly.
    Environment details:
    XI3.1 Edge Professional with DI
    Build Number: 601
    Product Version: 12.3.0.601
    Data Source: DWH
    Database Name: Oracle Database 11g Release 11.2.0.1.0 - 64bit ...
    Auditing: Enabled 
    Client details:
    Windows 7 32-bit
    Oracle client 11g
    Rich Client version 12.3.0
    NLS_LANG = ESTONIAN_ESTONIA.BLT8MSWIN1257
    Do anyone have experience with this kind of problem?
    Thanks in advance,
    Jana

    Hi Jana,
    normaly this type of problem happens when the NLS_LANG variable is not set or is incorrectly set.
    have a look at this KBA https://service.sap.com/sap/support/notes/1260474
    if you can't read it hte resolution is the following
    Resolution
    Ensure
    that the Database is set to UTF8
    NLS_LANG
    to be set to UTF8 on the database server
    If you are
    importing the database from another server, make sure that the initial Database
    is set to UTF8 too before doing the import/export.
    Once this is done proceed as usual to set up Unicode for your
    system >>>>Make sure a backup is done before making the
    changes<<<<
    Installed International Support features Microsoft Office Setup
    Modify NLS_LANG on the client machine to be UTF8
    (HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_OracClient10G_home)
    Ensure that Unicode parameter in oracle.prm and oracle.sbo files
    are set to UTF8 (found in <install directory>\Business Objects\Business
    Objects Enterprise 115\win32_x86\DataAccess\ConnectionServer\oracle)
    Ensure Unicode parameter in cs.cfg file is set to UTF8 (found in
    <install directory>\Business Objects\Business Objects Enterprise
    115\win32_x86\DataAccess\ConnectionServer)
    In Designer parameter make sure that UNICODE_STRING parameter is
    set to Yes
    Cheers
    Simone

  • Target is too Small to Hold Data (IES 10901)(WIS 10901) Webi Vs.Rich Client.

    Hi All,
    I am getting the attached error, when Refreshing the Report in Web Intelligence.
    However, I am able to Successfully Create and Refresh the Same report in WEBI RICH CLIENT.
    I am able to successfully run the query in "Teradata SQL Assistant"
    I am just Retrieving 1 month of Data.
    Our Database is TeraData.
    Please advise, what is causing the issue. Appreciate your swift Response. Need to send this report for UAT by tomorrow.

    Hi Kulbir,
    This Report is not Live to schedule the report. It is under Build phase. I need to send this report UAT(User Acceptance Test). I afraid, they may get same error, when they try to refresh the report.
    - Refresh the report is one of the Test case. This Test case should pass without any error.
    Aswell, for your question: I am applying Sum function for the reocords at Universe Level. Not at the Report Level. I have not used any report level Variables.

  • Webi rich Client Drivers Issue

    Hi,
    I am facing errors when i try to run the query in WEBI Rich client whereas when I run these queries directly on the server I am not getting any error messages. Based on the error messages, I think I might need to install some drivers. Can anyone tell me the drivers that we need for Oracle & Microsoft?
    When i try to run a Query on the webi rich Client for the Universe that was connecting to oracle, i am getting the following error message:
    Below shown are the errors that I am facing with 2 universes which are connecting to SQL Server.
    1. When i try to run a query for the Universe that is built on Cube, I am getting the following error:
    2. When i try to run a query for the Universe that is built on Datamart, I am getting the following error:
    Please help me out here if anyone knows the solution.
    Thanks & Regards.

    Hi,
    short answer to your question : it depends on what your consuming.
    you need to find out the exact version of these sources (i.e. ORA 11.1? MSAS 2008 SP2? etc)
    then identify the middleware from that vendor which is supported by our SAP applications. For that, you need to cross-reference the 'product availability matrix ' (pam)  for your specific Service Pack of the BO BIPlatform . www.service.sap.com/pam
    then, you need to look at the connectivity of your universes to see which driver they are using (ODBC, JDBC or OLEDB for example)  and then  download the right file from the DB vendor's site. 
    then make sure that you install 32 bit MW on your client tools machine, and 64 bit on your server.
    You will then need to administer the ODBC data source names (DSN) everywhere .
    Good luck!
    regards,
    H

Maybe you are looking for

  • Lost cd rom after upgrading to windows 8.1

    System information: Satellite C55-A5300 Windows 8 Problem: This computer worked fine until last month when my son let it update to windows 8.1.  The cd rom then disappeared and he has to have the cd rom for his games.  I've tried everything I could f

  • Convert Script to PDF using RVADOPFO, w/o using spool and send via email

    I want to convert output type script to pdf using the standard include RVADOPFO in the program. The output type is defined as medium '5' and comm starategy is also defined as INT(email) as want to send the output via email. Now the Include RVADOPFO c

  • HOW do I format Pics from one size to another

    Hi I need to take my pics from a 640x480 to 600x600 so I can link them onto a web site. How do I do that?

  • How to hide (not disable) one or multiple extension(s) in Add-ons Manager?

    I have installed Play Music 1.6 on my computer. However, this extension shows up in the Add-ons Manager of my computer. I don't want anyone to be able to see the description nor disable this extension. My nephews use my computer frequently and I want

  • Screen Snapshot File Type

    Hi everyone... My screen snapshots I am sure were PDF's as of 5 mins ago now they are PNG's is there anyway to change this? And is it normal that it just changes like this?