Hi - using datacenter Confluence and Jira; I am seeing a max row number error in "Table Transformer" preview.
Prior to navigating here, I had set my maximum issues count (to 6 - I am using a simple test case instead of my actual case) in my included Jira Issue Filter table. No avail.
I am trying to join several Jira columns to a Confluence table that holds color coding information for a Gantt chart (Chart from Table macro). Maybe this row error is my problem, maybe not.
This is the SQL code I am trying to use:
SELECT T1.'Key', T1.'Summary', T1.'T',T1.'Target start',T1.'Target end'FROM T1
JOIN T2 ON T1.'Key' = T2.'Key';
For clarity, though it might be obvious, T1 is my Jira Filter table and T2 is a simple three column Confluence table. The preview does omit the test issue that does not appear in both tables.
Thank you,
~Kim