EVDRE Format Range More than one Criteria

I have found a problem when combining two Criterias in the Format Range Criteria section:
CATEGORY.ID="FORECAST" AND ACCOUNT.CALC="Y"
I expext a formatting as when ACCOUNT is a calculated member and the CATEGORY is forecast, then do a special formatting.
I have a EVDRE input schedule with Accounts in Rows and Category (Actual, Budget and Forecast) and Time (three month) in Columns.
It does the formatting for the first combination of the criteria, but if the criteria matches somwhere els in later colums, the formatting is ignored.
Any ideas?

Hi Achim,
I tried your scenario by creating my own EVDRE template using your example and it's working fine for me. I'm using SAP BPC 7.0 MS SP7. What version are you using? Does this line of formatting in the last line of the FORMAT RANGE?
Cheers,
Marvin

Similar Messages

  • Running totals evaluate more than one criteria

    probably a stupid question but:
    Is there anyway to have more than one criteria in the evaluate for running totals? i need an "on change of field" option and a formula option is there a formula for "on change of field", so i can have on change of field and if not equal to.
    i am using CR2011
    Edited by: angel.hill on Jul 28, 2011 12:14 AM

    Hi Angel
    You can write a manual running total and you can define condition while evalutation the formula :
    @init
    Whileprintingrecords;
    Numbervar sum:=0;   //To initialize your sum
    @evel
    Whileprintingrecords;
    Numbervar sum;
    If <>PREVIOUS() and any other condition then
    sum:=sum+yourdatabasefield;
    @disp
    Whileprintingrecords;
    Numbervar sum;
    Thanks,
    Sastry

  • Update more than one criteria based group

    Hi,
    Due to some change in the primary fields. We have got a burden to change the criteria for multiple groups. Is there any way to change criteria of more than one group using "Filter" attribute or with some other approach at a time.
    Regards,
    Manuj Khurana

    Depending on what the details of the changes are, you could write a powershell script which bulk updates the criteria in the groups (Using a CSV file for example, groupname as one column and the xpath filter for the criteria as the second column)

  • External Editors file format- choose more than one:i.e. either tiff or psd

    External Editors file format- would like to be able to choose more than one OR I'd like to be able to easily change between opening a file in an external editor in either psd format or tiff. i.e. PSDs to photoshop, or TIFFs to one or more other editors like Topaz Labs, FX Photo Studio Pro or Snapseed.
    While when editing in PhotoShop, one would like to edit in psd format, other plug-ins will not take a psd format, they need tiff. There is  only one choice for external editor in Aperture. is it possible to set up a work around for this?
    This issue is also discussed on http://www.apertureexpert.com/tips/2012/1/25/using-3rd-party-apps-with-aperture. html

    Here's my thoughts...
    1. You are a bit confused and I wonder how you can determine a file is a PSD or a TIF by looking at it?  Not all print drivers can recognize PSD's, but can recognize TIF ( this means almost all output devices can interpret TIF's no problem ).  That said, PSD's can manage layers better than TIF's which add to file size each layer you include in the TIF.
    2. Never say never.  This all depends on the file's use.  Layered TIFs can add complexity in which a print driver can or cannot deal with.  As you work on an image, you may want to merge layers for whatever reason(s) and you always have the option to flatten whenever you feel like it.  However, It is also a good idea to dupe the file as you move along.  That means you always have a layered version to fall back on should you need to edit later on.  I also Place transparent PSDs in Illustrator files with no problems.  But, I save as EPS in Illustrator and when I do that, then the file is automatically flattened.  This is perhaps what the internet was talking about.
    3.  Yes, see number 2 above.  There's no such thing as automatic flattening of TIFFs.  Again, this all depends on the printer and whether or not it can print while retaining original layers.  Some do, some don't.  Most of the time, I edit in PSD with layers intact.  Then, when I prep the file for printing, I will save a copy as a flattened TIFF so the file streamlines through the RIP and Print process.
    4.  Makes no difference.  Use 'em if you've got 'em.
    Try to get some good resource material at a library or college bookstore or barnes & noble.  Also, get Adobe's Print Publishing Guide.  This is a good reference guide.
    Message was edited by: John Danek

  • Smart Album with more than one criteria?

    Can a single smart album have more then one criteria?
    Every photo of my daughter in my library is tag with her name. I am trying to create a smart album using her name as the keyword that also rated 3 or more stars.
    The steps I am taking are as follows:
    1. Set the rating 3 stars or more. (instantly I see all photos in the library that are 3 or more stars)
    2. Set keyword (my daughters name) with the condition, "include only the following" (the album still shows photos from step 1)
    Any ideas?
    Andre
    Thanks,
    Andre

    Thank you, been trying to figure this out for hours and such a simple fix.
    Thanks,
    Andre

  • Use Images in Reports in dependency of more than one criteria

    Hello,
    I would like to use Images in Reports as described in Tips & Tricks (green and red point image), but I don't know how to do this if I have more than on criteria. The point is, how to link it to the report. <br>
    I wrote this pl/sql-code, he would check the criterias:
    <br><br>
    BEGIN<br>
    DECLARE<br>
    CURSOR ss_alle IS <br>
    --Abfrage aller Datensätze<br>
    SELECT ID, sbb_site_id, code_swisscom, ok_sent_swisscom, ok_back_swisscom FROM acqueasy.ssvertrag;<br>
    BEGIN<br>
    --Eintrag für Eintrag abarbeiten<br>
         FOR ss_id IN ss_alle LOOP<br>
              --Auf Code prüfen<br>
              IF (ss_id.code_swisscom IS NOT NULL) THEN<br>
              --Zustimmung an Swissom gesendet<br>
              IF (ss_id.ok_sent_swisscom IS NULL) THEN<br>
                   --show red point<br>
              ELSE<br>
                   --show green point<br>
              END IF;<br>
              END IF;<br>
         END LOOP;<br>
    END;<br>
    END; <br>
    <br><br>
    Is it possible to set some variables from the current line of the report, where do I have to put this code and how do I have to replace the comment --show ..point (e.g. "<img "down.gif">")
    <br>
    Thanks for your help

    The solution is much easier: http://www.oracle.com/global/de/community/index_v9.html

  • How to filter with more than one criteria

    Hello,
    I am trying to set a filter with two specific criteria. I am able to verify with one but not two. My syntax must be incorrect. Any suggestions?
    EMPLOYEE_CD_DESC='Full-Time' and 'Part-Time'
    Am I not allowesd to use the and?

    I dont think that a criteria like
    EMPLOYEE_CD_DESC='Full-Time' and 'Part-Time'can ever be true.
    So, either use Bharath's suggestion of IN Clause or
    EMPLOYEE_CD_DESC ='Full-Time' OR EMPLOYEE_CD_DESC = 'Part-Time'

  • 1.5.4 p 2: Filtering triggers with more than one criteria does not return

    I just recently installed SQL Dev 1.5.4.59.40 updated to patch 2 using JDK 1.6.0_06.
    I did not migrate settings from a prior version but rather applied them manually.
    When applying a filter to the triggers node of a connection, a single filter works fine, or a multiline filter with a match criteria of all works fine, but when choosing Match Any with multiple (in my case 2) match criteria the filtered list of triggers fails to display in a reasonable amount of time.
    The same filter criteria works relatively quickly in SQL Dev 1.5.1.54.40.
    The connection in question has 2661 triggers that belong to it's schema.
    I don't percieve any lack of performance on Schemas with smaller numbers of triggers (~20 triggers)
    Also similar filter criteria work well on:
    <li> Tables: 1300
    <li> Packages: 41000
    <li> Views: 27000
    Edited by: Sentinel on Aug 12, 2009 10:53 AM

    Just to be sure it's still an issue, can you try that on the latest 1.5.5?
    K.

  • How to add the rows formatted as table headings, Tables headings are repeated when a table spans more than one page.

    Hi all,
    i am facing problem while generating Test Result word document after successful execution of TestStand.
    The Problem is :
    i want to add rows Formatted as table headings, table headings are repeated when a table spans more than one page(marked as Red).
    Example:
    Page  No. 1
    |     Test case Number  |  Test Step number      |
    |      100                         |            100                   |
    Page  No. 2
    |     Test case Number  |  Test Step number      |
    |      200                         |            300                   |
    Test Result word document should generate with Table headings(marked as Red) in every pages of the document, but i am not getting as per above example.
    Please through light on this.
    Regards,
    Susa.

    Hi Santiago,
    Thank you very much for your valuable reply.
    i want to generate MS-word report for TestStand after successful testing using MS-word2000.
    Test report contains Actual values, Expected values and Pass/Fail status.
    In my program i have customized all  fields i can able to generate test report which contains Verification engineer name , test mode, test date, start time, end time Actual values, Expected values and Pass/Fail status.etc....
    To put all values of test case number, Test step number, Actual values, Expected values and Pass/Fail status in to table for each time, i will
    insert a row into table every time values arrives, once the table exceedes its page size it moves to the next page, next page should start with table row header  but it start with  values of above said parameters.
    so i'm not able to repeat table row header for each page.
    Please find the attached file for your reference.
    Attched file expected.doc  :   This file contains what i wanted to generate MS-word report. Here table row header "Test Case Number and Test Step Number " is repeated in second page.
    Attached file Actual output from source code.doc   :  This report generated from the source code. Here table row header "Test Case Number and Test Step Number" is not repeated in second page.
    Do you know any property to set "repeat as header row at the top of each page" using MS-word ActiveX in CVI/Labwindows.
    i think this information is sufficient for you,
    Still if you need some information please ask me.
    Thanks
    Susa.
    Attachments:
    Actual output from source code.doc ‏25 KB
    expected.doc ‏26 KB

  • Does File Delivery support files to be stored in more than one format?

    Hi All,
    Can we have internal delivery channel configured to store files in more than one format.
    For eg. We want the files to be stored simultaneously in both xml and txt format as per requirement. Is this possible in Oracle 10g B2B.

    No, it won't be possible. At a time only one file would be written.
    You may write a utility which may poll the incoming directory (where Oracle B2B puts the file) and write messages in required formats in required directories.
    Regards,
    Anuj

  • Logic required for report in which selection criteria is more than one

    Hi Friends,
    I have below piece of selection-screen criteria in my report.
    1)general data
    2)all customers
    3)company code data
      a)company code
    4)sales organization data
      a)sales org.
      b)dist. channel
      c)division
      d)field group
    In above one, 1..4 are check boxes and a..d are select-options under the respective check box.
    Please provide me the sample logic which I need to maintain in my report if user selects more than 1 check box.
    Thnks in advance.

    Hai,
    Let
    1)general data
    2)all customers
    3)company code data
    4)sales organization data
    are the check box names,Then
    Just use the piece  of code below:
    <b>IF general data = 'X'.
       COUNT = COUNT + 1.
    ENDIF.
    IF all_customers = 'X'.
       COUNT = COUNT + 1.
    ENDIF.
    IF company_code_data = 'X'.
       COUNT = COUNT + 1.
    ENDIF.
    IF sales_organization_data = 'X'.
       COUNT = COUNT + 1.
    ENDIF.</b>
    Now check whether more than one Check Boxes are selected or not
    <b>IF COUNT GT 1.
    "* Do the oprations  what ever you want here  
    ENDIF.</b>
    <b>Reward points if it helps you.</b>
    Regds,
    Rama chary.Pammi

  • Textfield validation with more than one format

    Hi,
    I've seen in the past a solution to validate a texfield with more than one format.
    Unfortunately, I can't find it back.
    I would like to validate the format of Dutch licencenumbers.
    There are several formats like:
    AA-12-34
    12-34-AA
    AA-12-AA
    AA-AA-12
    12-AA-AA
    12-AAA-0
    one of those formats must be right for validation.
    Can sombody give a hint how to do this validation?
    Regard,
    Jan

    Thank a lot!!
    I was just forgotten to end the separate groups with a dollar $ sign.
    many thanks
    Jan

  • Date Control should highlight more than one range of dates in a month.

    Hi All,
    Date Control should highlight more than one range of dates in a month.We are creating a web interface for PR01 ( Travel Management Module ) , in a month a traveller can have more than 2 trips and we need to highlight all the travel date ranges in the Web DynPro date range control.
    Thanks & Regards
    Gaurav Jain

    Hi Thomas,
       I used DateNavigatorLegend and DateNavigatorMarking and did not give any default value or context mapping to the DateNavigator element.
      The DateNavigator is now highlighting only the first dates of the ranges that I have created in the WDDOINIT method.The DateNavigatorMarking takes only one date not 2 dates in the properties So kindly suggest how to display multiple date ranges.
    Thanks & Regards
    Gaurav Jain

  • Placing More Than One Photo On A Page

    Can you add in the scrapbook format more than one photo per page?
    I have a friend who wants me to create a DVD for him with over 500 photos, and the only way I can cheat it is by placing two photos together in Photoshop, then putting the large JPG in the stage. It looks pretty hokey, though.
    So, I am wondering if there is a setting where you can get two places to insert a photo on to a page, rather than the standard one that they give you.
    Any help would be greatly appreciated!

    Hi Gail,
    Without using 3rd party plug-ins, this feature is not available in iMovie HD. However, using the built-in effect N-Square (under Editing - Video FX), it's possible to have multiple copies of the same photo on screen - this varies from a minimum of 4 up to a maximum of 64. You could then add titles (text) as desired, using one of the supplied titles. However, this works with only the one photo - not with several different photos on screen at the same time, which is my understanding of what you want to do.
    For 3rd party plug-ins, try the Slick Volumes available from GeeThree here:
    http://www.geethree.com/slick/
    Another way to create the effect you are looking for is to use an application like Keynote. Here you can create slides containing various photos and text on a range of backgrounds. These can be exported, then imported to iMovie. Let me know if you need help with this option.
    John

  • Taking print of more than one document at a time???

    Hi sap experts,
    Presently my client is taking print of one document at a time. Is there any process/system through which he can take print of more than one document at a time in a specified format by putting the document number range.  
    Regards,
    Sumeya offrin

    Hi melanie1621
    Yes You can upload more than one document ...
    Please do the following :
    1. Click on upload files button under Acrobat.com
    2. A pop will open .
    3. Select more than one file by keeping the CTRL button pressed.
    4. Once, you select all the files , Click on Open ...
    It Will Start uploading all your files ...!

Maybe you are looking for

  • How to insert data from webdypro form to ztable

    hi all, i have created one webdynpro form and i have created one ztable in sap system. when ever i have to give information in input fields in webdypro page, at that time the information should go to ztable in sap system. i am developing in webdynpro

  • InDesign CS6 Crash on placing a file on to indesign document  , Crash Report is attached .

    Hi , InDesign CS 6 is working fine in Mac mini and in MacBookPro it always crash on placing a file on to InDesign Document . Crash Report : http://pastebin.com/fUPiYd0c I have tried : 1) uninstalling and reinstalling CS 6 2) Using with different acco

  • Documents on Credit Control Area

    Hi SAP GURUS, I have to customize Customer credit control area. Any body has any relevant document in this regard please forward the same to me.  Points will be awarded. Thanks in advance SUBHRA

  • Adding administrators to iweb

    I am building a website for and organization that I belong to. I would like to have help keeping the website up to date. How do I add other members as administrators for the site?

  • How to set background as white colour for Bitmap images in sapscripts?

    Hi, Can anyone let me know that How to set background as white colour for Bitmap images in sapscripts?Actually,I am getting grey as background as defualt for my Bitmap images. Sorry,in my previous question,I posted viceversa.I am mistaken. Thanks, Ba