Describe the bug
When you create a new flowfield on a table with CalcFormula set to "Count". And you set a filter like this:
Archive Date FILTER <>'' the txt2Al Converter converts it to "Archive Date" = FILTER (<> 0D)));
the correct way to convert this line is:
"Archive Date" = FILTER (<> '')));
Screenshots
C/Side Code:

Converted AL Code:

Versions:
- AL Langauge: 2.1.79379
- Business Central: CH Dynamics NAV 13.3 (27312)
Describe the bug
When you create a new flowfield on a table with CalcFormula set to "Count". And you set a filter like this:
Archive Date FILTER <>'' the txt2Al Converter converts it to "Archive Date" = FILTER (<> 0D)));
the correct way to convert this line is:
"Archive Date" = FILTER (<> '')));
Screenshots

C/Side Code:
Converted AL Code:

Versions: