use special characters with ischecked() formula
You cannot use any special characters in ischecked() like "/" or "("...
When trying:
ischecked("A / B (C)",{Field})
It says: "A \/ B (C)" does not exist.
When trying:
ischecked("無い",{Field})
It says: "\?\?" does not exist...
Please at least let me use the english characters like slashes and brackets........

2 comments
-
Mesqueeb commented
I think this is done with the last patch?
-
Mesqueeb commented
There is only 1 workaround currently.
e.g. I have a checkbox that says what industry a company is:
・Distributor / Wholesaler (BtoB)
・Retailer / Store (BtoC)I had to change this to the capital letter i
・Distributor I Wholesaler I BtoB
・Retailer I Store I BtoCIt doesn't look to bad, but it's a shame we can't use the slash character.