Hello odoo comunity,
In Odoo Spreadsheet, I want to filter my ODOO.PIVOT.HEADER function through users, but as these users do not exist yet, i wanna use my res.users custom field 'alias' to filter them, not the id.
How can I specify that in my formula ?
I have this currently : =ODOO.PIVOT.HEADER(1,"date_order","06/2023","user_id",1)
I'm V16 btw
I tried using user_id:alias; user_id.alias and more but it doesn't seem to work.
Thank you !