on 2023 Apr 26 8:24 AM
Dear all,
How can we suppress the one field which has datatype type VARCHAR.
I am trying below mentioned but it's gives me error like .... ) missing.
The ) missing error comes.
SAP Business One HANA
Kind Regards,
Nikunj
IsNull() accepts only one argument.
It looks like you simply need:
NOT IsNull(<your field>)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
nik2290
The correct syntax would be:
ISNULL(EI_ACK_NO, '') <> ''
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Try this
ISNULL(EI_ACK_NO)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
104 | |
9 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.