How to set a BEx Query Condition in Design Studio (e.g. Net value GT 0)

Hi experts,
I have set a simple condition in my BEx Query...
e.g. key figure "Net value" GT 0 to become only positive values in the query result.
In the Query runtime the condition works successful, but in the Design Sudio view the defined Query condition doesn´t work.
In my Design Studio crosstab I have tried to switch between the display setting "Conditional formating Visible" true/false, but without success.
By the way, before I have posted this thread, I had a look at this two blogs...
Design Studio 1.0: Create a Scorecard Using SAP BW BEx Query Exceptions
Design Studio 1.2  - a Second Look
Any ideas or experiences?
Thanks and regards,
Michael

Hi Michael,
I think you are mixing up two different BEx terms. Conditions are filters on key figures (show me only the results with a value bigger than 50). Exceptions do not filter the result set, but provide a formatting based on the values in the result set (if value is bigger than 50, make its cell red).
The Conditional formatting setting in Design Studio refers to the BEx exceptions. For the BEx conditions there isn't such a setting available. You just have to activate the condition in your BEx Query and use that for your data source in Design Studio.
If you want a workaround to enable/disable conditions from Design Studio, check this blog I wrote: HackingSAP.com - SAP Design Studio and Conditions It shows how you can use variables to adjust the conditions (and also activate) from within Design Studio.
Cheers,
Xavier

Similar Messages

  • How to set input ready query cell is different color?

    Dear All
      Hi, everyone, hereby i have a IP question.
      i would like to know, how to set the input ready query's cell different color between those cell which is unable to change value one in workbook..?
    Example :
      For my workbook which have a input ready query,
      i have 4 rows for my input ready query report.
      For the first row which is not input ready cell and unable to change any value for the cell, then following rows's cell can be change value,
      so, i would like to make first row's color cell different with following row's cell.
      In additional, all value of cell is initial zero.
      therefore, is there any mehtod to make different color between able cell and unable cell?
    Thanks a million.
    Regards,
    WenLong.

    Cells in the input ready query result have different styles given by SAP. All rows will have one style, column headings will have one style whereas input ready cells will have one style. If you are in Excel 2003, put cursor in the input ready cell, goto format -> style, you can see one BeX style attached to that cell, apply watever color you want for that style, save the workbook. If you do this for one cell, it will be applied to all the input ready cells by default. In the same way you can give different color to the non input ready cell styles. In Excel 2007, Cell styles are available in Home -> Cell styles. Here you can see all Bex related styles.

  • How to print sap bex query varaibles in webi report

    Dear Friends,
    I created a webi Report on universe ( Based on SAP BW Bex Query with variables).
    its working fine. Now i want to show the selected variable values on the top of my webi report.
    How can i access and print my bex query variables on header of my webi report.
    We are using BOE 3.1 SP2, SAP BI 7.02.
    Regards
    Malik

    Malik
    That is default behavior of BO. The integration mapping from BI to BO will populates like that, COZ you made BI variable on top of Date dimension, which needs From and TO fields.
    To display that info, what user has selected on the fly:
    As suggested, use UserResponse() function.
    keep in mind, prompt text and userresponse text must be identical. Otherwise, it wont't work.
    Eg: prompt Text: Enetr From Date:
    Var: =UserResponse(Enter From Date:) -->> Results: (Blank)
    Why?? Prompt text Enetr not Enter
    Hope it clears you.
    I'm Back

  • How to set input ready query to display mode as default when open workbook?

    Dear All,
    Hi, i have a question here about IP query.
    as my current situation, my workbook included one input ready query, therefore, when i open my workbook which default is Edit mode which mean all value can be edited.
    but, i want it to display mode when open workbook, and i already have a edit button, if i want to edit the value i will use Edit button, so, i wan it as display mode when i first open workbook.
    so, can anyone tell me how to set it as display mode when open workbook which included input ready query?
    Regards
    wenlong
    Thanks a million

    in Data Provide Specfici  commad
    Edit
    Dsiplay
    Filter command
    Assigen Query /Query view
    pls select Edit then save

  • How to set paramters through Query manager.

    Hi,
    I need to get Parameters when we are executing SQL Query through Query Manager.
    In Query manager how to set prompt window for parameters.
    Below I applied parameters for from date and to date but its showing error. How to set parameters prompt window.
    SELECT     OJDT.TransId, OJDT.Number,NNM1.SeriesName,ojdt.baseref as BaseRefNumber, JDT1.Account,JDT1.StornoAcc,OACT.AcctName,jdt1.credit,jdt1.debit, jdt1.profitcode as [Customer/Vendor],JDT1.OcrCode2 as [Region/Location] , JDT1.OcrCode3 as  Department,
                          JDT1.OcrCode4 as [Core/Deputees/DailyWage/General], JDT1.OcrCode5 as [SubAccofCA&CL],OJDT.RefDate, OJDT.Project,jdt1.project
    FROM         OJDT
    INNER JOIN JDT1 ON OJDT.TransId = JDT1.TransId
    INNER  JOIN OACT on OACT.AcctCode=JDT1.Account
    INNER JOIN NNM1 ON OJDT.Series = NNM1.Series
    where ojdt.transType=30 and  ojdt.refdate >= '[%0]' AND ojdt.refdate <= '[%1]'
    Please guide me.
    Regds,
    Sampath kumar devunuri.

    hi sampath,
    Try this query
    SELECT T0.TransId, T0.Number,T3.SeriesName,T0.baseref as BaseRefNumber, T1.Account,T1.StornoAcc,T2.AcctName,T1.credit,T1.debit, T1.profitcode as CustomerVendor,T1.OcrCode2 as RegionLocation , T1.OcrCode3 as Department,
    T1.OcrCode4 as CoreDeputeesDailyWageGeneral, T1.OcrCode5 as SubAccofCACL,T0.RefDate, T0.Project,T1.project
    FROM dbo.OJDT T0
    INNER JOIN JDT1 T1 ON T0.TransId = T1.TransId
    INNER JOIN OACT T2 on T2.AcctCode=T1.Account
    INNER JOIN NNM1 T3 ON T0.Series = T3.Series
    where
    T0.transType='30' and CAST(T0.refdate AS datetime) BETWEEN '[%0]' AND '[%1]'
    Jeyakanthan

  • How could be delete bex query name those have already transport in bw prd??

    Hello Expert,
    I would like to delet bex query technical name with description those have already transport in bw prd ,
    Beacuse I have to enchanment same name of report. I did copied  and save as different name of dev bex qurey in dev.
    I would like to delete old report name and rename
    so, how could be achieve
    Regards
    Wasem

    Hi Wasem,
    Confirm first your reports are transported to BW PRD,if transported successfully to BW PRD.
    Then manually delete report by open that report in query designer by simple choose delete option from  query menu.It will prompt to collect in a request.Keep in mind do not transport that request to BW PRD.Just delete that request in BW Dev system.
    Regards,
    Rajesh

  • How to set input ready query to display mode and set edit mode in WAD?

    when I create A input ready query but not set query propery  start  query in change mode ,but I want to set this query in input ready mode ,how to set this in WAD?
    hope anyone can help me
    regard  by
    wenlong

    Hi,
          You can get all the info from this thread , try it out
           WAD - set data entry mode
           Hope it helps.
    Regards,
    Priya.

  • How to delete a Bex Query

    Dear All,
    I am trying to delete a bex query using tcode RSZDELETE  and i also tried deleting directly from table RSZCOMPDIR. i am unable to delete.....is there any other option??????????/
    Regards,
    SV BHALAJI

    Are you sure there are no work books build on this query and check if any of the other query variables etc are used in your query which you want to delete?
    1. use transaction RSZDELETE
    2. run program COMPONENT_REORG
    3. go to query designer open the query and say delete.
    To delete workbook .......SE37 > RRMX_WORKBOOKS_DELETE, but to use this you will need to technical names of the workbooks.

  • How to call a Bex query in ABAP

    Hi,buddies:
        Any body try to run a Bex query in ABAP and then get the result in text file etc...??
    Martin Xie

    Hello,
      Call this transaction in BW : RSCRM_BAPI.
    Download Query result in file format.
    This transaction is absulote.
    I hope it helps.
    Kishore

  • How to migrate SAP Bex Query to BO report

    Hi All,
    I want to migrate some of the reports from Bex Query to SAP BO.
    Will you suggest me what are the best ways to do this,Whether there are any tools to do this??
    Regards,
    Shiva Kumar G.C

    Hi,
    When you say migrate do you mean to use BOBJ for reporting?
    If your answer is yes then other questions come into picture.
    What type of reports you have in SAP- Adhoc, WAD, Formatted etc?
    BusinessObjects is combination of some tools.
    WebI is a web base tool and mostly used for Adhoc. You will have to create a Universe on the top of your Bex Query and then WebI Document (WebI Report)
    Crystal Reports is used for formatted reporting. You will create connection on the base of your requirement. You can create a Universe or make a direct connection with your InfoProvider and then create your reports. Use MDX functionality to create Reports.
    Crystal Xcelsius is used for dash board reporting.
    And if your answer is no to above question and you want to migrate your reports to BOBJ like and upgrade without recreating the reports then it is not possible.
    Regards,
    Bashir Awan

  • How to use SAP BEX query Free characteristics in BO Universe?

    Folks,
    I have a BEX query which has lots of objects listed under free characteristics.
    When I create a Universe these objects are not brought in the Universe.
    Is there any way to bring those objects into our Universe?
    Thanks
    Bashir

    Hi,
    take a look here:
    /people/ingo.hilgefort/blog/2008/03/24/businessobjects-and-sap-part-5
    Ingo

  • Dates in BEx query coming into designer as a dimension with Char data type

    This must be an old issue with a well documented work around ...   but alas i can find it !
    When i build a universe over a BEx query with dates the universe designer builds them as Dimensions of CHAR type not DATE.  Therefore all WebI date functionality fails ..  eg sorting, automatic time hierarchies etc.
    What is the workaround ?
    Andrew Fox

    Is the data source an InfoSet or an InfoCube?  It appears the date type object has not been implemented yet for Infosets.  Here's SAP Note 1370410:
    Symptom
    Infoset date type objects (DATS type) are mapped as Character types in a universe based on a SAP BEX Query.
    Prompts related to the Date field variables are coming as List of values instead of Calendar in WebIntelligence.
    Reproducing the Issue
    Create a BusinessOjects universe on a Super Query which is based on a multiprovider containing an Infoset or
    Create a BEx superquery directly on Infoset.
    BusinessObjects Enterprise XI 3.1
    SAP Integrated Solutions Kit XI 3.1
    Cause
    This behaviour has been considered as an enhancement request and tracked under ADAPT01229917.
    Resolution
    This enhancement request is scheduled to be addressed in Service Pack 3 (SP3) for BusinessObjects Enterprise XI 3.1 due approximately April 2010.
    I did try a BEx query that uses an InfoCUBE as a source and the objects are coming into the universe correctly as dates.

  • How to use .UNX as data source in design studio??

    How to user .UNX as source in design studio??
    I am new to design studio. Experts I need to transfer some Dashboards(Dashboards are developed using BEX query ) from Xcelsius to Design studio.
    Experts need some guidance.

    Hi,
    I haven't worked on this, but the below links seems to helpful about your queries.
    Migrating SAP Dashboards to Design Studio
    Dashboard Migrator to Design Studio - Recent Webcast
    Dashboard Migrator - Xcelsius | Design Studio - SAP BusinessObjects - APOS
    http://events.asug.com/2013AC/Business%20Intelligence/0302%20SAP%20BusinessObjects%20Design%20Studio%20and%20Dashboards%…
    Design Studio dashboard application based on a Universe as a data source - Part 1
    --SumanT

  • BW RRI /Jump query functionality in Design Studio

    Hi Folks
    Could someone throw light on the following functionality:
    I am using Design Studio 1.2 with BI 4.1 SP1 and BW 7.3 SP9 .
    I have  a BW query which is having jump query in it. I have included it in the Design studio. I have configured Query A .
    But with in the same page/Cross tab i am not able to configure the jump query.
    Is there a standard /customizing way to achieve this functionality? if yes how.
    Thanks in advance for your help..!
    Cheers
    K M R
    ***Even if you have nothing, you can get anything.
    But your attitude & approach should be positive..!****

    Hi Tammy
    Thanks for quick answer.
    Is theer any work around to achieve jumpquery functionality in DS1.2.
    Thanks in advance for your help..!
    Cheers
    K M R
    ***Even if you have nothing, you can get anything.
    But your attitude & approach should be positive..!****

  • How to read data row by row in design studio 1.2

    Hi All,
    I have a requirement to display data as a a ticker in my design studio application.
    Attached picture shows the requirement.
    I want to display top 3 best selling products from the data source. Data source will have two columns i.e. Product Name and Revenue. Requirement is to display top 3 product in a single ticker as presented below.
    1. Product Name + Revenue            2. Product Name + Revenue           3.Product Name + Revenue
    Any idea how to achieve this?
    Best Regards,
    Tanisha

    Hi Tammy,
    Through the getData() function we can display the measure but as far as I know I never came across any function to display dimension value for that measure in design studio. In my requirement I need to display both measure and dimension (1. Product Name + Revenue).
    I have never used the KPI tile SDK component but does it provide this functionality as well?
    I have already seen this ticker code. It works fine for displaying a text box in ticker. But if someone wants to display something like above, then is it possible to read data row by row from a data source and then concatenate it as a string in a text box to display it in a ticker?
    Regards,
    Tanisha

Maybe you are looking for

  • Where did all the setting for printing go in PSE8-Mac?!

    OK, I'm probably missing some obvious settings somewhere, please tell me after you read my rantings... I'm using the 'Full Edit' mode, assuming that is important. But the new Print Dialog looks like it has been dumbed down for some one, not sure who,

  • Clearing document F110

    Hi all, Today a payment run in F110 give one clearing document per vendor, is it possible to have only one clering document per payment run in F110 even if it is several vendors and invocies included? BR L

  • Authorization issue in REC module

    Hi Experts, We r implemeting recruitment module in a company which has many business units. I want to restrict the view of vacancies business unit wise. AS the users execute tcode-pbay, they can see the whole list of vacancies that is there in the wh

  • Time dimension different granularity

    Hi, i have two facts tables. The first is the sales table and i receive the data each day. So the join with the time dimension is at the day level. The second is the costs level and here the data regard stuff like salaries, so clearly is a monthly in

  • Documenting a Portal Server Install

    As a consultant I have installed iPS and the client, rightly, wants the configuration settings documented. The client thinks that the only way to do this would be to take screen shots of the screens in the console. This is too much of a kludge for me