cancel
Showing results for 
Search instead for 
Did you mean: 

How to deactivate the context menu for data cells in web reports

Former Member
0 Kudos

Hello,

we would like to have the data cells (for example: values in euro) without context menu. I mean, right now, when users navigate in web reports and stop with a mouse over the data cell, text like "Context menu for 5.000 Highlighted" appears. Especially users don't want to see the exception cells with this information like

"Context menu for 6.000 critical 4".

Is it possible to deactivate this context info?

Thanks and Regards,

Nuran Adal

Message was edited by: Nuran Adal

Accepted Solutions (0)

Answers (1)

Answers (1)

Adem_Baykal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Nuran,

if you are using a table just unselect the "Objects with Navigation" flag in the settings from web item table.

Otherwise try also to disable some flags in the "Entries ín Context menu" settings from webtemplate. Of yourse you can use Table Interface to disable context menu and to use own functionalities.

Regards,

Adem

Former Member
0 Kudos

Hi Adem,

I couldn't solve the problem with the web item settings before. Deactivating the "objects with navigation" flag removes all navigation links; inkl. columns headers and rows.

We just want to remove navigation link/context menu from the data cells. When it's possible renaming the context menu will be also works for us.

Do you have an idea, how to do it with table interface? We're already using table interface for special formatting. Can you give us a hint; which method etc. should we use?

Thanks

Nuran

former_member184494
Active Contributor
0 Kudos

Nuran,

You can use the get_url method and do not assign any value to it and you will not get any link for the data cell.

Arun

Former Member
0 Kudos

Hi Arun,

do you have code examples about get_url method?

Thnks

Nuran

Former Member
0 Kudos

Hello Nuran,

I guess you want to disable the Tooltip and not the ContextMenu. Anyway, use the table interface for it.

Have a look at paramter C_CELL_CONTENT

In Method DATA_CELL.

This one contains strings like:

30,0

Rebuild this String to:

30,0

Kind Regards,

Alican