Hi All,
Using the Event Studio in Cognos Analytics, it seems that when I create a task "send an email" and try to add table in the email body, nothing happens.
In Cognos 10, when I click on the button to insert a table, I have a kind of pop-up window when I can enter the number of columns and rows in order to create the table. Here, nothing.
I've been checking in the console of the IE11, and there is an error on :
QuotetextRange = email_body_iframe.document.selection.createRange();
It seems that either "document" or "selection" is null or undefined, therefore createRange cannot be called. "email_body_iframe" is not null, I can see its properties and members.
Is it something that somebody here has already experienced? Is it a known bug?
Thanks!
V.