Building Conditional Rules in 2008.3

Building Conditional Rules in 2008.3
Has anyone been able to configure a conditional rule in 2008.3 so that if someone selects the current date (today's date), the rule will display an alert and stop submission.  I've tried using several date fields in the rule, but so far nothing is working.
Is it possible to do this using a conditional rule?  I didn't see anything about dates in the documentation.
Thanks - Wendy

As Emir mentions, there are several useful discussions on this topic in the forum. The discussion referenced in first link below includes a zip file uploaded by Emir with some code.
http://newscale-yes.groupswim.com/groups/isfhowtoandbestpractices/discussion/930447

Similar Messages

  • SAP Building the rule in SAP Classification.

    Hello MM folks,
    Have you come acroiss situation where you can build the rule to search Material by charactrerisc and class using '001'- Material class as a searching functionality. Can you please give me steps.
    Thanks
    John savarimuthu
    Edited by: JOHN SAVARIMUTHU on Jan 20, 2009 10:21 PM

    John , thanks for your response.
    When you do a serach in CL30N, Enter the class name and class type '001'  ( for my case).
    It will give choice to choose the appropriate characteristics.
    For examples.
    Here is the company catalog.
    DESKTOP MOdel Catolog
    Speed            HD
    1 Ghz           30 GB
    1 GHz         40 GB
    1.4 Ghz         50 GB
    1.4 Ghz         60 GB
    CLASS : DESKTOP with 2 Characteristics.
    Characteristic :
    A. Speed  : 1 GHZ , 1.4 GHZ
    B. HD     : 30 GB , 40 GB, 50 GB, 60 GB
    Based on the Model, I have created Different parts.
    Now When I search thru CL30N to find the Material.
    I entered the First characteristic : 1 GHZ
    THen I enter the second characterics,The system should propose only relevent 30 GB and 40 GB. It seems that these works in other ERP systems.
    Question : Is it feasible to change the configuration or add user exit to propose relevent characteristics based on first one in the Search engine CL30N.
    Appreciate , if you  could provide me your help.
    Just to update you that  we are not using any Variant configuration feature.
    Thanks in Advance.
    John Savarimuthu

  • Dimension Build Load Rule Reject Record

    Hi,
    I'm trying to create a load rule that build the accounts dimsenion with a flat file. I would like to exclude any accounts that starts with "S" from being added to the account dimension. I have a parent/child build method for this load rule. i'm using the Reject Record to set the condition that any string contain S will be rejected but for some reason when I load it doesn't do anything. it makes EAS freeze up. so, my flat file looks like this.
    New Accounts,S50000,Accounts - S50000
    New Accounts,60000,Accounts - 60000
    New Accounts,S45000,Accounts - S45000

    Hi,
    Your posting does not tell me what you entered in the reject record setting to try to achieve the desired result. If you entered "S" and used the "Contains" setting it should have worked providing you know your data and don't have occurrences of this character possible other than in the first ordinal position. If you tried to use a wildcard asterisk callout, Essbase load rule select/reject logic does not take wildcard inputs (like "S*").
    Instead, a tried and true trick of Essbase load rules is to make a copy of the field in question, split it up and take background select/reject action on just the first character of a reference copy of the original field. This is done by using the field "create on join" method and simply joining the field to itself (an unintuitive but effective way to make a copy of a field for use in the load rule settings). Having done this, now split the copy of the field after one character. The remaining field section can be set to ignore for dim builds (or data loads as you might have to do later to match your dim build results in data loads). Now you have a single character field for which you can set the reject setting of contains or equal to "S" and then... please get this part... ignore the field for dim builds in field properties. Essbase will not try to use this partial field to build anything since it is ignored, but the assigned reject logic on occurrences of the isolated single character field will still be interpreted.
    This is old school Essbase but it still works. I am not here to say it is intuitive or that it represents the ultimate functionality in an ETL interface. Many with SQL skills would take care of this pre-load-rule in SQL string management. But this method is not that hard to apply and is effective if all you want to do is use load rule settings. Let me know if it helps.
    Darrell

  • Can't queue a build after upgrading from 2008 to 2012 (TF246021)

    Hi,
    We're trialling an upgrade from TFS 2008 to 2012.4. New TFS has been set up on new hardware with new slq and build boxes. Then we imported 2008 backups and used TFSConfig to import / upgrade them. No errors or warnings where shown.
    Unfortunately we can't queue any builds on the collection. Even a brand new definition in a new team project building "hello world". Builds in other collections work OK.
    The error we're getting is 
    "TF246021: An error occurred while processing your request. Technical information (for administrator): SQL Server Error: 2601"
    Exception Message: Cannot insert duplicate key row in object 'dbo.tbl_BuildQueue' with unique index 'PK_tbl_BuildQueue'. The duplicate key value is (2, 1). (type SqlException)
    SQL Exception Class: 14
    SQL Exception Number: 2601
    SQL Exception Procedure: prc_iiQueueBuilds
    SQL Exception Line Number: 553
    SQL Exception Server: TFSSQL001\INST1
    SQL Exception State: 1
    SQL Error(s):
    Exception Data Dictionary:
    HelpLink.ProdName = Microsoft SQL Server
    HelpLink.ProdVer = 10.50.4000
    HelpLink.EvtSrc = MSSQLServer
    HelpLink.EvtID = 2601
    HelpLink.BaseHelpUrl = http://go.microsoft.com/fwlink
    HelpLink.LinkId = 20476
    Exception Stack Trace:    at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.MapException(SqlException ex, QueryExecutionState queryState)
       at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.HandleException(Exception exception)
       at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.Execute(ExecuteType executeType, CommandBehavior behavior)
       at Microsoft.TeamFoundation.Build.Server.DataAccess.BuildQueueComponent5.QueueBuilds(IEnumerable`1 requests, QueueOptions options)
       at Microsoft.TeamFoundation.Build.Server.TeamFoundationBuildService.QueueBuilds(TeamFoundationRequestContext requestContext, IList`1 requests, QueueOptions options)
       at Microsoft.TeamFoundation.Server.WebAccess.Build.ApiBuildController.QueueBuild(String definitionUri, String controllerUri, String whatToBuild, String shelveset, Nullable`1 checkin, String priority, String dropFolder, String msbuildArgs)
       at lambda_method(Closure , ControllerBase , Object[] )
       at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
       at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
       at System.Web.Mvc.Controller.<>c__DisplayClass1d.<BeginExecuteCore>b__18(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
       at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
       at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)
       at System.Web.Mvc.MvcHandler.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
       at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)
       at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    I found a thread with similar error but it doesn't help us.
    http://social.msdn.microsoft.com/Forums/en-US/ec3f9a9d-0c93-422b-bbc4-959e1e6bfe59/tf246021-an-error-occurred-while-processing-your-request-technical-information-for?forum=TFService
    Any help will be much appreciated.

    Hi Rad,  
    Thanks for your post.
    Daniel provided us the helpful suggestion, please confirm that.
    If install the new Build Service cannot resolve this issue, and according the error message: Cannot insert duplicate key row in object dbo.tbl_BuildQueue with nique…, it seems that this issue relate to your TFS database,
    we suggest you contact a Professional Support Service at
    http://support.microsoft.com/common/international.aspx?RDPATH=gp;en-us;offerprophone to gain more support on this case.  
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Font too small on Query Builder conditions tab in BP1

    A new feature in 11.1.1.6.2 BP1 is that on the Query Builder's Conditions tab, the default font in the Alias and Conditions columns is about a 6 point courier, and is almost too small to read. Any suggestions on how to increase the size of that font? I know I can alter my browser settings, but that just messes up other web pages that are more intelligently designed.

    Interesting. You must have something on your Query Builder screen(s) that I don't have. There's nothing in the bottom right hand corner of any of my four QB screens/tabs.
    Are you working with the BP1 patch set?

  • Problem with building conditional display items

    Dear All,
    Please help as I am using APEX for the first time.
    This my requirement during form dispaly in tabular format. There is one display item QA_TIER(not a database item). This item value is computed based on the condition below.
    I created a display item with :
    Source Used : Always, replacing any existing value in the session state
    Source Type: PL/SQL Expression or Function
    Source value or expression:
    begin
    if 2<=(select decode(&Leg_Req,'Y',1,0)+decode(&maj_funct_chg,'Y',1,0)+
    decode(&maj_tech_chg,'Y',1,0)+decode(&maj_ui_chg,'Y',1,0)+
    decode(&maj_def_met,'Y',1,0) from dual) then
    if &Customer_Priority = 1 then
    return 1;
    else
    return &Customer_Priority-1;
    end if;
    ELSE return &Customer_Priority; end if;
    end;
    Note : All reference with '&' are the actual field name.
    When running the page i get the following error message:
    ORA-06550: line 2, column 23: PLS-00103: Encountered the symbol "&" when expecting one of the following: ( ) - + case mod new not null others select table avg count current exists max m ORA-06550: line 2, column 48: PLS-00103: Encountered the symbol "&" when expecting one of the following: ( ) - + case mod new not null others table avg count
         Error      ERR-1020 Error in PLSQL item processing (function).
    Can anybody help me with building the display item with conditions as show above.
    Thanks in advance

    hi thanks for the help.
    I tried this time source type SQL Query:
    with both suggestions
    1.
    select (case when
    2<=to_number((select decode(v(Leg_Req),'Y',1,0)+decode(v(maj_funct_chg),'Y',1,0)+
    decode(v(maj_tech_chg),'Y',1,0)+decode(v(maj_ui_chg),'Y',1,0)+
    decode(v(maj_def_met),'Y',1,0) from dual)) then
    (select decode(v(Customer_Priority),1,1,v(Customer_Priority)-1) from dual)
    ELSE v(Customer_Priority) end) from dual
    Result:
    ORA-00904: "CUSTOMER_PRIORITY": invalid identifier
         Error      ERR-1019 Error computing item default value: page=2 name=QA_TIER.
    2.
    select (case when
    2<=to_number((select decode(:Leg_Req,'Y',1,0)+decode(:maj_funct_chg,'Y',1,0)+
    decode(:maj_tech_chg,'Y',1,0)+decode(:maj_ui_chg,'Y',1,0)+
    decode(:maj_def_met,'Y',1,0) from dual)) then
    (select decode(:Customer_Priority,1,1,:Customer_Priority-1) from dual)
    ELSE :Customer_Priority end) from dual
    Result:
    ORA-00932: inconsistent datatypes: expected NUMBER got CHAR
         Error      ERR-1019 Error computing item default value: page=2 name=QA_TIER.
    Both didn't work.

  • Filtering Date in Query Builder Condition Tab

    Hi,
    How Do i use the condition Tab in Query Builder to filter a date a column?
    For example, I used < to_date('1998-01-01','yyyy-mm-dd'). But this condition gives me a syntax error.
    Anyone has ideas?
    Thanks
    rkingmdu

    Is this related to Oracle BI Publisher?
    You should be able just to edit the query correctly in the text - you ddon't need to use the SQL query builder.
    The query is passed through so in general you should use the syntax of HJyperion.
    {} has a special (I think undocumented) meaning in BI Publisher so {} could potnetially cause problems.
    Klaus

  • Adding new Condition Rule attribute for "ICRULE-Intent Driven Interaction"

    Hi Experts,
              I want to add a Z attribute for context "ICRULE- Intent Driven Interaction".
    Under SPRO path Customer Relationship Management->E-Mail Response Management System->Define Repository
    I define new Condition Attribute Z_BP_NUMBER with is the copy of BP_NUMBER Attribute.
    1. if i define a Rule to trigger the Alert with Condition Attribute BP_NUMBER is XYZ. then Alert gets Triggered.
    2. if i define a Rule to trigger the Alert with Condition Attribute  Z_BP_NUMBER is XYZ. then Alert is not Triggered.
    After defining Condition Attribute Z_BP_NUMBER at Define Repository (spro) do i need to include at any other placel?
    Please help me with your valuable input.
    Thanks and Regards,
    Vimal

    Hello Vimal,
    Yes, you also need to create your own data collector class and fact gathering service to use your new attribute!  If you have a subscription to CRM Expert, you can read this detailed article that I co-wrote on using your own custom attributes: http://www.crmexpertonline.com/article.cfm?id=5475.
    Regards,
    John

  • Can I export SMART Playlist conditions/rules?

    Is there anyway I can export the actual rules/conditions for a Smart playlist? I have quite a few complicated ones and ideally I'd like to be able to back them up in the event of rebuilding my library - maybe even import the rules again or perhaps share them with other users. If there is only an XML I can copy/edit/view the details then I'm happy to fire up a text editor etc.
    Thanks in advance.
    (Also posted on iLounge.com)

    Well I'm stumped.
    They may or may not be Base64 as I honestly don't grasp that concept (and an online BAse64 decoder made it even less intelligable!) but whatever it is the criteria seem to be encoded in the XML file. It rather looks like the relevant part of the encoded string is approximately 3 times as long as the original. Whilst I can see sublte differences in the Criteria String when I make small changes to the Smart Playlist my old & tired brain can't see a proper pattern.
    For example the Smart Playlist for "Artist is ABCDEFG ABCDEFG ABCDEFG ABCDEFG" seems to encode into a string in the XML file whose most relevant part is 'AAA+AEEAQgBDAEQARQBGAEcAIABBAEIAQwBEAEUARgBHACAAQQBCAEMARABFAEYARwAgAEEAQgBDAE QARQBGAEc=' - I can see two repeated bits (AEEAQgBDAEQARQBGAEc) but not 4.
    I give in!

  • Column value coloring Based on the condition in ssrs 2008

    Hi,
    I need to change color formating based on below conditions
    Red if <=28 days or > 65 days       
    Green if >28 and <=60 days       
    Yellow if > 60 days and <=65 days
    <=0 No color
    I tried with below IIF condition it's not working.
    =iif(Fields!HDSI13.Value<=0,
    "No color",iif((Fields!HDSI13.Value<=28
    or Fields!HDSI13.Value>64),"Red",iif((Fields!HDSI13.Value>29
    and Fields!HDSI13.Value<=60),"Green",iif((Fields!HDSI13.Value>60
    and Fields!HDSI13.Value<=65),"yellow",Nothing))))
    Can any one help me on this.
    Thanks,
    Manasa.
    Thank You, Manasa.V

    hi all,
    When i wrote like this in table report ...woking fine.
    =iif(((Fields!HDSI13.Value<=28
    and Fields!HDSI13.Value>0)
    or Fields!HDSI13.Value>64),"Red",iif((Fields!HDSI13.Value>=29
    and Fields!HDSI13.Value<=60),"Green",iif((Fields!HDSI13.Value>=61
    and Fields!HDSI13.Value<=65),"yellow",iif(Fields!HDSI13.Value<=0,"Nocolor",""))))
    Thank You, Manasa.V

  • Problem in Report Builder 3.0 SSRS 2008 R2 (Some data doesn't pass to chart)

    Hello,
    I have a storedprocedure that returns a set amount of data and is filtered by a parameter.
    I'm using a stacked column char and have a Value, Category Group and Series Group.
    The problem is one of the filter values works the other doesn't.
    I mean if I run the query inside the Builder and pass the parameter I want , they both return data.
    When I'm running the report, one of them populates the chart correctly, the other just states "No Data Available".
    This is really weird...
    Can someone give me some help, a hand with trying to figure out what might be wrong. I checked the data and even did a fresh chart just with the assigned groups and still didn't work
    Thanks

    IF @ParameterPais = 'Todos' and @ParameterMarket <> 'Todos' AND @ParameterIndustria = 'Todos'
    BEGIN
    SELECT
    PAIS,
    MARKET,
    INDUSTRIA,
    TIPO,
    ANO,
    VALOR
    FROM a_UserTable_FacturacaoPorAnoPorMarketTESTE
    where Market = @ParameterMarket
    union
    select
    PAIS,
    MARKET,
    INDUSTRIA,
    'Total',
    ANO,
    sum(VALOR) VALOR
    from a_UserTable_FacturacaoPorAnoPorMarketTESTE
    where Market = @ParameterMarket
    group by PAIS,ANO, MARKET,INDUSTRIA
    union
    SELECT
    PAIS,
    MARKET,
    INDUSTRIA,
    'Total',
    ANO,
    sum(VALOR) VALOR
    FROM a_UserTable_FacturacaoPorAnoPorMarketHistoricoTESTE
    where Market = @ParameterMarket
    group by PAIS,ANO, MARKET,INDUSTRIA
    union
    SELECT
    PAIS,
    MARKET,
    INDUSTRIA,
    TIPO,
    ANO,
    VALOR
    FROM a_UserTable_FacturacaoPorAnoPorMarketHistoricoTESTE
    where Market = @ParameterMarket
    END
    This is the SP. The Report has 3 parameters and I'm testing when the 2nd parameter is <> than "All" (meaning the SP will filter the query on that parameter.
    The parameters are retrieving data from other SP's but the data is fine and I can retrieve it so it shouldn't have any problems there.
    What I meant is I created a 2nd chart just for testing purposes. The report only has 1 stacked column chart. It has SUM(VALOR) as Value, ANO as Category Group and TIPO as Series Group.
    The following is the returned data sample for 2 different inputs for the @ParameterMarket:
    PAIS
    MARKET
    INDUSTRIA
    TIPO
    ANO
    VALOR
    Internacional
    Ensino e Cultura
    Centros de Formação
    Backlog
    2009
    50000.00
    Internacional
    Ensino e Cultura
    Centros de Formação
    Backlog
    2010
    50000.00
    Internacional
    Ensino e Cultura
    Centros de Formação
    Backlog
    2011
    50000.00
    Internacional
    Ensino e Cultura
    Centros de Formação
    Backlog
    2012
    50000.00
    Internacional
    Ensino e Cultura
    Centros de Formação
    Backlog
    2013
    50000.00
    Internacional
    Ensino e Cultura
    Centros de Formação
    Backlog
    2014
    50000.00
    Internacional
    Ensino e Cultura
    Centros de Formação
    Backlog
    2015
    50000.00
    Internacional
    Ensino e Cultura
    Centros de Formação
    Faturado
    2014
    50000.00
    Internacional
    Ensino e Cultura
    Centros de Formação
    Faturado
    2015
    50000.00
    Internacional
    Ensino e Cultura
    Centros de Formação
    Pipeline<75
    2009
    50000.00
    PAIS
    MARKET
    INDUSTRIA
    TIPO
    ANO
    VALOR
    Internacional
    Defesa e Segurança
    Administração Interna / Segurança
    Backlog
    2009
    50000.00
    Internacional
    Defesa e Segurança
    Administração Interna / Segurança
    Backlog
    2010
    0.00
    Internacional
    Defesa e Segurança
    Administração Interna / Segurança
    Backlog
    2011
    0.00
    Internacional
    Defesa e Segurança
    Administração Interna / Segurança
    Backlog
    2012
    0.00
    Internacional
    Defesa e Segurança
    Administração Interna / Segurança
    Backlog
    2013
    0.00
    Internacional
    Defesa e Segurança
    Administração Interna / Segurança
    Backlog
    2014
    0.00
    Internacional
    Defesa e Segurança
    Administração Interna / Segurança
    Backlog
    2015
    29110.11
    Internacional
    Defesa e Segurança
    Administração Interna / Segurança
    Faturado
    2012
    65338.00
    Internacional
    Defesa e Segurança
    Administração Interna / Segurança
    Faturado
    2013
    32669.00
    Internacional
    Defesa e Segurança
    Administração Interna / Segurança
    Faturado
    2014
    22227.09
    Internacional
    Defesa e Segurança
    Administração Interna / Segurança
    Faturado
    2015
    0.00
    Internacional
    Defesa e Segurança
    Administração Interna / Segurança
    Pipeline<75
    2009
    50000.00
    First one doesn't work, the second one works and they are similar.
    Sorry if you need more infor but its kind of hard to explain by message.

  • Condition Rule ignored?

    I can't work this out but for some reason I can get it to see this rule
    When it gets to
    if thisBrand is equal to "Kids" then
    it seams to ignore it?
    I can't see where the logic goes wrong?
    This was the outcome
    tell application "Mail"
      make new outgoing message with properties {subject:"Week 33 images", visible:false}
      --> outgoing message id 1
      (*Kids*)
      display dialog "2"
    Thanks in advance!
    tell application "Mail" to quit
    --while mail is closed, add in the default Reply-To key in a UserHeaders dictionary
    do shell script "defaults write com.apple.mail UserHeaders '{\"Reply-To\" = \"[email protected], you@@company.com\"; }'"
    display dialog "Please enter the current week number." default answer ""
    set weekNumber to text returned of the result
    set brandsToUse to choose from list {"Adult", "Kids", "Baby"} with prompt "Choose brands to send out." default items {"Kids"} with multiple selections allowed
    -- get the html template
    set htmlTemplate to read "Users/StudioD/WorkFlow/EMAIL PROJECT/content.html"
    considering case
      -- this section splits the template text at every XX, then rejoins it using the week number
              set htmlTemplate to tid(htmlTemplate, "XX")
              set htmlTemplate to tid(htmlTemplate, weekNumber)
    end considering
    tell application "Mail"
              set subjectLine to "Week " & weekNumber & " images"
              repeat with thisBrand in brandsToUse
                        considering case
      -- this section adds the brand name, done inside the loop because it's different for each email
      -- the 'my' keyword is needed because you're calling a handler from within a tell block
                                  set htmlContent to my tid(htmlTemplate, "*LOGO*")
                                  set htmlContent to my tid(htmlContent, thisBrand as list) -- thisBrand is an item in the full list
                        end considering
      -- create a new message.  visible must be false for the 'html content' line to work correctly
                        set newMessage to make new outgoing message with properties {subject:subjectLine, visible:false}
                        tell newMessage
      -- create a variable recipient address based on brand name
      log thisBrand
    -- Here is the issue!!!!!!!!!!!
                                  if thisBrand is equal to "Kids" then
                                            display dialog "Option A"
                                  else
                                            display dialog "Option B"
                                  end if
                                  set html content to htmlContent
      -- send the email
      send
                        end tell
              end repeat
    end tell

    What should happen is that you can select up to all 3  brands
    Adult
    Kids
    Baby
    then each brand receives 1 email that corresponds to their brand. So Brand Adult gets an email with a hyper link to adult
    Whereas currently brand adult will get the above and then another email with a link to the other brand and so on.
    How can I stop this happening?
    Hope this makes sense,

  • Dimension Build using Rule File

    I am using Oracle Hyperion Ver 9.3.1. While formatting the dimensions built using the rule file i came across the options "JOIN" and "Create Using Join". Can anyone help me in knowing the difference between these two options?
    Edited by: 873675 on Jul 20, 2011 12:25 AM

    The documentation explains the difference with examples, now I was going to post the link but I might as well post the info from the link.
    Joining Fields
    You can join multiple fields into one field. The new field is given the name of the first field in the join. For example, if a data source has separate fields for product number (100) and product family (-10), you must join the fields (100-10) before loading them into the Sample.Basic database.
    Creating a Field by Joining Fields
    You can join fields by placing the joined fields into a new field. This procedure leaves the original fields intact. Creating a field is useful if you need to concatenate fields of the data source to create a member.
    For example, if a data source has separate fields for product number (100) and product family (-10), you must join the fields (100-10) before you load them into the Sample.Basic database. If, however, you want to preserve the two existing fields in the data source, you can create a field (100-10) using a join. The data source now includes all three fields (100, -10, and 100-10).
    For other rule options read - http://download.oracle.com/docs/cd/E17236_01/epm.1112/esb_dbag/ddlfield.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Unable to remove Conditional Rule through deployment

    If you remove a rule in your source and try to modify your target to remove the rule, the catalog deployer will not remove it in the target.
    Trying to update an active form component from source to target by using Catalog Deployer.  
    On first delpoyement, your source (Development) has one rule.  After the first deployment, you source (Dev) and target (Prod) each have one rule.  Next, you remove the rule in your source (Dev).  When you try to deploy again, the rule will NOT be removed in your target (Prod).  It will also not be removed from the active form behaviour.
    Does anyone know a way around this without manually update your target.  Is there a way the catalog deployment can be created so it takes into account rules that were removed in the source?

    Joshua - I'm curious if you got an answer to this?  I'm having the same issue with a recent deployment.

  • Signature Workflow to look inside document contents for conditional rules

    We are developing a signature workflow in SharePoint 2010, and need to look inside the .docx document to apply conditions for where the .docx document is routed for signature.
    For example:
    if the document says "XYZ" for a certain field in the .docx file, we'd route to Mr. "W"
    if the document says "ABC" for a certain field in the .docx file, we'd route to Mr. "D"
    I'm assuming we're breaking into the full Visual Studio development (and out of the SharePoint Designer realm) since we'll have to look inside the contents of the document for the workflow to work from.
    Any examples would be appreciated!

    Hi,     
    You can consider to use "Quick Parts" in this Word document and make it link to columns in SharePoint library, then you can refer to these columns in your workflow.
    Please take a look at this similar thread for more details:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/6e287491-f36c-4d2f-93bb-783e08e88f1d/sharepoint-custom-workflow-reading-information-from-doc-file?forum=sharepointcustomizationlegacy
    Best regards
    Patrick Liang
    TechNet Community Support

Maybe you are looking for

  • Adobe Reader Acrobat DC: what where they thinking??

    I made an Adobe account especially for this posting. I am not someone who complains a lot or writes all over the web about software. But for this new DC thing I make a big exception. I did build a new PC and after that I also went over to Adobe site

  • Disable synchronization of email - IMAP

    What would be an approach to disabling synchronization of content except for sent items on an imap mailbox to use it only for outbound email?  We have an application requirement that IMAP users open an instance of their mailbox from Outlook launched

  • BOL: How to read the value of an attribut

    Hiii experts, I'm new in ABAP programming. My intention is to read the value of a context attribut. This attribut ist not in form of a struct attribut. To read an struct attribut, I know to get the value, for example: value ?= me->typed_context->BP_A

  • Alright, can someone explain to me how to re-download Adobe Photoshop?

    I was given a wacom tablet, and an adobe photoshop back in 2007. I adored it. That computer crashed, and I figured out how to redownload it on my laptop... that has, since then, also broken. I was looking into how to redownload it once again onto my

  • Question for developers

    how do i make forms and GUI  suit with data that recived from reader of rfid???