Creating table with checkboxes using Table Transformer macro

Anna
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 27, 2023

Hello everyone,

I want to ask a question about adding a checkbox column using SQL.

After adding a checkbox column and updating the page, when I click on the checkbox, all rows are checked.
How can I add checkboxes with unique values?

I need to add a column with checkboxes. If there are any similar solutions, please let me know.

 

Here is the SQL query that I used.

SELECT * FROM T1 JOIN T2

sql.png

1 answer

2 votes
Stiltsoft support
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 1, 2023

Hi @Anna ,

The issue is that you just add the same one checkbox that you have on the screenshot to every row of your table. So, the behavior is correct: you check the source checkbox and all its copies are also checked automatically.

The workaround is to create a full table with separate checkboxes and match it (use the standard Lookup preset) with your first table using the unique column (row number, issue key, etc.).

Please see the attached screenshots:

Mon 3-1.pngMon 3-2.png Hope this helps your case.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events