You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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
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:
Hope this helps your case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.