Geetika Saini Posted June 19, 2019 Share Posted June 19, 2019 Is there any way to use transform data functionality on external data tables, if not is there any workaround if I need data in Pivot format. Link to comment Share on other sites More sharing options...
Donald Johnson Posted June 22, 2019 Share Posted June 22, 2019 What Product are you referring to Link to comment Share on other sites More sharing options...
Geetika Saini Posted June 24, 2019 Author Share Posted June 24, 2019 I am connecting an external database to Spotfire, but as soon as we connect the option"transform data" is disabled so I am looking for other ways to transform data tables for further visualization purpose. Link to comment Share on other sites More sharing options...
Geetika Saini Posted June 26, 2019 Author Share Posted June 26, 2019 I am using Spotfire X Link to comment Share on other sites More sharing options...
Alain Martens Posted June 27, 2019 Share Posted June 27, 2019 Hi Geetika, 'Transform data' is not available for external data. The way external data works is that Spotfire will write queries and executes these against the data source when you interact with the application. Only then the query is executed in the database and you get the results from the query back into Spotfire. This means that no data is loaded into Spotfire's memory to begin with. It is for that reason that some functionality is not working opposed to when you load data in memory. Some functionality that doesn't work with external data are the recommendation engine, some spotfire functions in the calculated columns (the only ones supported are the ones supported by the driver of the database you're connected to) and transformations. The good thing about external data is that your data is loaded fast! Some of the tradeoffs are the things I mentioned above. A way in between is to use 'On demand' data tables. So for data transformation to work you would need toload the data in memory (so choose the 'Import' option) when you load the data. After you've done that, data transformation will work. Best regards, Alain Link to comment Share on other sites More sharing options...
Geetika Saini Posted June 28, 2019 Author Share Posted June 28, 2019 Thanks, Alain. Importing dataset will work for my case scenario. 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