cancel
Showing results for 
Search instead for 
Did you mean: 

Allow User to Copy Cell Contents?

Former Member
0 Kudos

I am using lumira designer and I have a crosstab. I want the user to be able to right click and copy individual cell values. When the user does this currently lumira's drill down drop down appears, or when i disable that I am still unable to copy these individual values.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member234401
Active Participant
0 Kudos

Hi what you could do is create a crosstab on DS_1. In the crosstab you set the "User Interactivity to Multi Row/Coloumn

On the crosstab you use set a scripting (me referers to the crosstab)

DS_2.setFilter("DS:2,DIM:id_58", me.getSelectedMembers("DS:2,DIM:id_58"));

This one filters another DataSource = DS_2. then you can filter other componenets in the application - use Ctrl to select more than one member in the choosen dimension

Or you can use databinding in the crosstab event ..

But ctrl-c/ctrl-v - use the scripting to achive this...

Br René

sapna_jgurudutt
Active Contributor
0 Kudos

Dear Customer,

Can you check whether there are enough authorization for the user.

Also, please check the following:

Can you create created a technical component Export_excel. And in Properties area, can you add the entry as Crosstab under Settings.

And in On-click event for Crosstab-> add the following and it will give the value of cross-tab in excel:

EXPORT_EXCEL.export();

Thanks & Regards,

Sapna

Former Member
0 Kudos

Thanks Sapna,

Unfortunately I don't want the user to export the crosstab to excel. I just want them to be able to copy the content within a cell (ctrl-c/ctrl-v) so they can paste the value in a cell into a filter on another tab of the application.