Jump to content

I added a new table to my dashboard and transformed the table with "Pivot" so that I have the pivoted values that I needed. I would like then like to join another table to this new pivoted table. It doesnt appear that I can do this in spotfire.


Rick V

Recommended Posts

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

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

  • 3 weeks later...

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 code

output=input

input 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...