0

Different display of the view on computer and on iphone

Hello,

I included into the view the field which calculating by the script:

 

let firstdate := date(2020, 1, 1);
let lastdate := date(2020, 12, 31);
let name := 'Наименование';
sum((select 'Накладные' where 'Дата накладной' <= lastdate and 'Дата накладной' >= firstdate and 'Контрагент' = name).'Остаток по накладной')

When the view opens on computer (Edge), the field represents the value zero but when the view opens by iphone app it represents the correct value. What is the reason?

Reply

null