numeric attribute: how to have blank/null in rule

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

numeric attribute: how to have blank/null in rule

Post by tford »

My goal is to display a numeric attribute that has a ZERO value as a blank (or to set the numeric attribute to blank).

I tried using # format, but when it still results in showing 0 on queries, etc.

I am currently using an rule IF statment to set the value of the attribute to '' -- 2 apostrophes with nothing in the middle. AwareIM does not complain, but it makes me nervous to set a numeric attribute to ''. I don't want to run into issues down the road.

Any thoughts/experience to share?

Thanks!
Tom
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

Please try setting it to UNDEFINED:

Object.NumericAttribute = UNDEFINED
Aware IM Support Team
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Post by tford »

Perfect! Thanks much for the quick / accurate response.

Tom
Post Reply