Forum Discussion

Dilbertfan's avatar
Dilbertfan
Frequent Visitor
1 year ago
Solved

Highlight Table Rows from Selection in Another Table

Hi All   I have an issue with highlight rows in a table which I havent been able to find a suitable answer to from the various posts on highlighting rows using disconnected tables.   The Data I ...
  • SamWiseOwl's avatar
    SamWiseOwl
    1 year ago

    Dilbertfan  I had another think about this and tried to solve the exact thing you wanted.
    Now I don't know how scaleable this will be but I did get it working.

    First I created a measure that would read who the orginisation was and force every possible Topic they might have to show. To make this neat I deleted the column header and set the measure to return an empty string "".

    Then I read the row and checked which person had been clicked in the table and if their topic matched the row set it to yellow.