
Contributor III
2022-06-16
04:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Recuperer ligne nulle
Bonjour,
J'aimerais recuperer les valeurs nulles, j'ai utilisé le isnull mais ca ne fonctionne pas :
Merci
502 Views
3 Replies

MVP
2022-06-16
04:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
maybe the value is a blank, not a null, try with (replace value)
if(len(trim(value))=0 OR isnull(value), 'T', 'F')
490 Views

Contributor III
2022-06-16
04:41 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes perfect thanks !!!!
487 Views

Contributor III
2022-06-16
04:48 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
But now, i want to count the number of customer who have no information about their age :
But it doesn't work :
482 Views
