Blank cells in table are locked and I dont know why - business-objects

Does anyone know why these cells have suddenly become un-clickable/locked?
Screenshot

Related

SSRS Matrix table and freezing rows

just wandering if this is possible. I am working on SSRS and have a Matrix table as show in the image. I would like to freeze everything above EBAlpha when scrolling, you can see from the image that there is one header row and then three rows within a group, and then the main data within another group.
I cant see how to do this, or if it's even possible?
Thank you in advance
The header row is showing on all pages and when scrolling, but the 3 rows below it are not (they are in a group)
Cheers

G-Sheets: automatically applie formulars in much cells

I need a way to automatically create formulas in a cell.
I have to adjust the formula in each cell.
Each column or line further, the reference Range should change.
The whole thing should look like this:
https://i.stack.imgur.com/lzoug.png (cant post images directly already in this Forum)
Each line the first Range counts up and, each column the second counts up.
At the end about 100*100 cells should be labeled by themselves.
Doing this by hand would take tons of hours.
I've already heard that this should be possible with scripts, but I have no idea about it.
Maybe someone can give me a hint how to do it.
Thanks ;)
(Sorry for my bad English)

dependant combo box resets after new record

I have a form with several dependent combo boxes. They seem to be working correctly for the most part, ie offering the right values to chose from and writing them to a table when selected. The problem is that after I move to the next record and make a choice, it resets the displayed choice in the first record. However, it does not change the value that was written to the table in the first record. So, the data is being stored correctly and it is mainly a cosmetic issue. I've tried playing with on update and on current macros and cant seem to fix the problem.
Please help if you can!

Reporting services 3 tables

I recently had to start working with Microsoft SSRS3. I cannot ask the guy before me how he did it. I have two tables one under the other. If I run the report, the other table is not directly under it but it moves far down. I dont know how to explain it properly as i am new to this. I just want to edit the already made reports and the only problem i have at the moment is, that I don't know how to "nest" another table right where the first table ends.
I attached the picture, above is the design mode and under is how it makes the gap if I run the report. Sorry for red blobs but there could be sensitive information there.
I have found the problem many months later.
The reason for the gap was top lining. The tables that have another table right under them need to be differently aligned than any other table. If the position of first table is 20 points down and the second table has another table right underneath, the top table needs to be 20.5 or more or 19.5 or less and the tables will not make that gap.

Trying to select text within a cell in a table in Internet Explorer results in rest of table being selected

I have a strange problem on a web page I'm working with. I have table with lots of information in it and when I try to select a single cell (click-drag) it selects that entire cell and the rest of the table.
I have checked the code over and over again and I cannot seem to find what is causing this problem. Other tables work just fine with selecting just a single cell or even text within a cell.
Double clicking the cell also works for selecting but since some of the cells have links in them that does not solve the problem.
Has anyone heard of a similar problem or know how to solve this?
Tables use <table><tbody><tr><td>-format and all tags are closed correctly.
Problem was that content within an absolutely positioned div on a page with other absolutely positioned div's made the entire page be selected.
IE probably registers the first mouse down event within the Div, but when you start dragging it registers it outside the div, thus forcing the selection of the entire page from where you started dragging.