Rule Wizard Customization

In the Rule Wizards one f the options is to use a Custom Condtion it
generates a functino in your C# code where you can do the check and return
true or false which will then trigger your rule.


*Jose C Gomez*
*Software Engineer*
*
*
*
*T: 904.469.1524 mobile
E: jose@...
http://www.josecgomez.com
<http://www.linkedin.com/in/josecgomez> <http://www.facebook.com/josegomez>
<http://www.google.com/profiles/jose.gomez> <http://www.twitter.com/joc85>
<http://www.josecgomez.com/professional-resume/>
<http://www.josecgomez.com/feed/>
<http://www.usdoingstuff.com>

*Quis custodiet ipsos custodes?*


On Thu, May 30, 2013 at 2:21 PM, adamnoffie <ygroups.adamleer@...>wrote:

> **
>
>
> Code? Like C#? What is a custom condition?
>
> --- In vantage@yahoogroups.com, Jose Gomez <jose@...> wrote:
> >
> > Sure use a Custom Condition and write the cdeo for it.
> >
> >
> > *Jose C Gomez*
> > *Software Engineer*
> > *
> > *
> > *
>
>
>


[Non-text portions of this message have been removed]
Is there a way to add a rule based on two or more conditions?
Example
if Checkbox01 = true and Date01 isnull then ShortChar01 is set to style warning.
Sure use a Custom Condition and write the cdeo for it.


*Jose C Gomez*
*Software Engineer*
*
*
*
*T: 904.469.1524 mobile
E: jose@...
http://www.josecgomez.com
<http://www.linkedin.com/in/josecgomez> <http://www.facebook.com/josegomez>
<http://www.google.com/profiles/jose.gomez> <http://www.twitter.com/joc85>
<http://www.josecgomez.com/professional-resume/>
<http://www.josecgomez.com/feed/>
<http://www.usdoingstuff.com>

*Quis custodiet ipsos custodes?*


On Thu, May 30, 2013 at 2:11 PM, supertico05
<mvissuet@...>wrote:

> **
>
>
> Is there a way to add a rule based on two or more conditions?
> Example
> if Checkbox01 = true and Date01 isnull then ShortChar01 is set to style
> warning.
>
>
>


[Non-text portions of this message have been removed]
I couldn't find a way.

But if you are doing a dashboard based on a BAQ you have control of, you could add a boolean (Y/N) field to the BAQ which calculates this combined value, and then set your style rule based on that. So it would look like this:

BAQ Calc Column (BAQCALC01):
if CheckBox01 = true and isnull(Date01) then true else false

Style Rule:
if BAQCALC01 = true then {style:warning}


--- In vantage@yahoogroups.com, "supertico05" <mvissuet@...> wrote:
>
> Is there a way to add a rule based on two or more conditions?
> Example
> if Checkbox01 = true and Date01 isnull then ShortChar01 is set to style warning.
>
Code? Like C#? What is a custom condition?

--- In vantage@yahoogroups.com, Jose Gomez <jose@...> wrote:
>
> Sure use a Custom Condition and write the cdeo for it.
>
>
> *Jose C Gomez*
> *Software Engineer*
> *
> *
> *