Rick V Posted August 18, 2022 Share Posted August 18, 2022 Is there a workaround for this ? Thank you for any help Link to comment Share on other sites More sharing options...
Kirsten Smith (she/her) Posted August 19, 2022 Share Posted August 19, 2022 I did a quick test and was able to Add Columns to a table that had a 'Pivot' transformation with no issues. What exactly happens when attempt this? Any warnings or error messages? Link to comment Share on other sites More sharing options...
Rick V Posted August 20, 2022 Author Share Posted August 20, 2022 Hi Kirsten, Thank you for looking at my question. I was off Friday so couldnt get back to you. 1. So, lets say my new pivoted table is called "Table B". And I have an existing table called "Table A" 2. I want to left outer join "Table A" to "Table B" (Not "Table B" to "Table A") 3. When I go to join "Table A" to "Table B", "Table B" is not available to choose from. Hopefully, I am explaining it correctly Thanks again Rick v. Link to comment Share on other sites More sharing options...
Kirsten Smith (she/her) Posted August 22, 2022 Share Posted August 22, 2022 Unfortunately I'm still not able to reproduce the problem. Here's a screen shot of what I have done, showing the data canvas where I'm joining Table A to Table B.What steps did you use to create the Pivot table (Table B)? Data/Transform Data? Link to comment Share on other sites More sharing options...
Kirsten Smith (she/her) Posted August 22, 2022 Share Posted August 22, 2022 You might also want to create a support ticket at https://support.tibco.com to get more in-depth assistance. Link to comment Share on other sites More sharing options...
Rick V Posted August 30, 2022 Author Share Posted August 30, 2022 Kirsten, Thanks so much for getting back to me, I finally figured it out today and it was my fault. To get to my newly created "Pivot Table", I have to click on "Other", sheesh. Appreciate you helping , Thank you [image: image.png] Link to comment Share on other sites More sharing options...
Vivek Kumar 10 Posted September 21, 2022 Share Posted September 21, 2022 One simple, not best, but working solution I may propose.Use Data Function (Python/TERR) to create a new Data Table from Pivoted using simple codeoutput=inputinput will be of type Table and output as table as well. This will create a copy of pivoted table and it will be working as any normal table now. Note: Keep data function to refresh automatically. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now