You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
There are several words and characters that should be avoided in Phocas, e.g., when naming measures etc. This is because in software development, these words or characters typically have a specific meaning that may affect results.
Reserved words in measures
# | Word | Reason |
---|
1 | Count | Count is a reserved word as when used as a scalar it depicts the count of rows in the transactions. |
| | |
Unsupported characters
# | Character | Name | Reason |
---|
1 | \ | Backslash | Backslash is a common programming character which escapes other characters. It's rarely used in text???? |
2 | ; | Semicolon | The semi-colon is reserved as when used in searches it defines multiples. For example, in a equal to search, it splits codes. |
| | | |