on 2023 Apr 27 10:41 AM
Dear all,
I am facing below error while suppress the Page header with few conditions. Below is code used in suppress page header.
If ({GSTTAX_ARINVOICE.EI_ACK_NO}) = "" then
true
else if ({GSTTAX_ARINVOICE.EI_ACK_NO}) = "" and ({GSTTAX_ARINVOICE.BP GSTN}) = !"" then
false
else
false;
Error Like : A number ,curreny amount, boolean, date time or string is expected here.
SAP Business One
Kind regards,
Nikunj
Change
and ({GSTTAX_ARINVOICE.BP GSTN}) = !""
to
and ({GSTTAX_ARINVOICE.BP GSTN}) = "!"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
111 | |
9 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.