Hello everyone,
I've inserted an editable textarea in my report (code below) :
select 'dbr.editable', 'comment', 'sp_DBR_Comment', 'inId=idStat', 'type=textarea', "options={'rows':6,'cols':200}";
It works fine when I'm logged as "admin", but no at all when I'm logged as "non admin" !
Is it normal ?
Is it possible for "non admin" user to modify specified parts of a report ?
Thank you.