Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Monday, May 20, 2024 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Data & Imports Forums - T-SQL & Queries
Forum to discuss general T-SQL questions and help with queries related to SalesLogix data. View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to T-SQL & Queries | New ThreadView:  Search:  
 Author  Thread: SLX Query Builder and null boolean fields
David Nunnally
Posts: 206
 
SLX Query Builder and null boolean fieldsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 26 Dec 07 10:01 AM
Having an issue with groups with conditions on boolean fields. Field values are T, F, '' or Null and condition is were fieldname <> 'T'. We have a large number of these fields they have been using for years and I really do not want to have to create a calculated field for each one if I can avoid it. I can run a script to convert all nulls to F but nulls will return unless I cleanup all the old forms the admin created for these to force a value for each new account created to populate these custom tables she created.

Any quick and easy suggestions to handle nulls or do I have to bite the bullet and cleanup?
[Reply][Quote]
Mike Spragg
Posts: 1226
Top 10 forum poster: 1226 posts
 
Re: SLX Query Builder and null boolean fieldsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 27 Dec 07 4:07 AM
Nope, you have to bite it - as they'll just creep back in again over time.
[Reply][Quote]
David Nunnally
Posts: 206
 
Re: SLX Query Builder and null boolean fieldsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 27 Dec 07 8:00 AM
Figures!
For the time being I have issued a work around to them to allow this to work which is to add dual conditions and group them...
(BoolField1 does not contain data OR BoolField1 <> 'T')
AND
(BoolField2 does not contain data OR BoolField2 <> 'T')

But apparently most users where out sick the day they taught grouping in math!
As this seems to be over most users heads even though I put PICTURES in the white paper so I had to edit a lot of the groups for them!
[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 5/20/2024 8:12:05 PM