In my LibreOffice Calc spreadsheet, I have a block with a line for each data array (with block:tbs-row) one of the values is a date, which is sometimes empty With [blk1.DT_FIN_ABONNEMENT;noerr;frm=dd/mm/yyyy;ope=tbs:string], I have a text value when not empty, and an empty cell when the value is empty.
With [blk1.DT_FIN_ABONNEMENT;noerr;frm=dd/mm/yyyy;ope=tbs:date], I have a date value when not empty, and '30/12/1899' when the value is empty. I would like to have an empty cell when there is no value.
I tried frm='dd/mm/yyyy|||', frm='dd/mm/yyyy||| ', frm='dd/mm/yyyy|||NULL', frm='dd/mm/yyyy|||#N/A' and the result is the same
and [blk1.DT_FIN_ABONNEMENT;noerr;ope=tbs:string;mok:magnet=tbs:p] [blk1.DT_FIN_ABONNEMENT;noerr;frm=dd/mm/yyyy;ope=tbs:date;magnet=tbs:p]
breaks the template
Can anyone give me a clue ? Thanks