christopher sawtelle 2 Posted December 9, 2015 Share Posted December 9, 2015 If you have cells with white space (no characters but notNULL either) see attached pic for example. You can use this on your column element for an infolink. Start with NULLIF(%1,''), this will remove white space. Then if you want to change your now NULL cell to something else use this. ISNULL(NULLIF(%1,''), 'BlaBla') this will then change the NULL to BlaBla. The main thing this will do is clean up your filters. See the after pic also. Link to comment Share on other sites More sharing options...
Aditya Singh 3 Posted December 14, 2015 Share Posted December 14, 2015 Great tip Chris! Link to comment Share on other sites More sharing options...
Nawaz Ali Mohammad Posted August 19, 2019 Share Posted August 19, 2019 Nice workaround.. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now