RasmusTidselbak / al-var-helper

6 stars 6 forks source link

Fix-Casing Error with Brackets #22

Open 0x728 opened 4 years ago

0x728 commented 4 years ago

The round brackets at count are set incorrectly.

As an example: CalcFormula = Count (Table where(No = field(No)));

After the command "Fix-Casing": CalcFormula = Count() (Table where(No = field(No)));