fralx / LimeReport

Report generator for Qt Framework
http://limereport.ru/
Other
403 stars 153 forks source link

Functions date and time, etc #438

Open denisgottardello opened 1 year ago

denisgottardello commented 1 year ago

Hi, the function now(), date() etc does not work. immagine

fralx commented 1 year ago

Hi, you have to wrap function call with $S{}. Considering this the date call should look like this: $S{date()}

denisgottardello commented 1 year ago

Ok thanks