hello
i have always this error 'sqlPrepareWithOptions' statut = '-126'. with this code :
if (substring([Report search path],1,15) = '/content/folder') then
(
replace([Audit].[Run Reports].[Report search path],'A','a')
)
else
('Personal Folders')
i don't why ?
Hi,
substring() is a Cognos function but replace() isn't. What data source are you using?
MF.