Balakumar Krishnasamy Posted July 26, 2019 Share Posted July 26, 2019 Hi All, I am new to spotfire.. I am confused when I am dealing with informaiton link data. I have two tables in data source (SQL server). I have done all the necessary things to get it using information link (Joins , columns creation and information link creation). Tables 1 Application no Application date Job Request ID 1 1 Jan 2019 100 2 3 Jan 2019 100 3 4 Jan 2019 200 4 5 Jan 2019 200 Table 2 Job Request ID Status 100 Filled 200 Not Filled When I join the tables Information link output : Application no Application date Job Request ID Status 1 1 Jan 2019 100 Filled 2 3 Jan 2019 100 Filled 3 4 Jan 2019 200 Not Filled 4 5 Jan 2019 200 Not Filled If I want to display No of filled position - I will get 2.... How can I get the right count I am stuck here. Link to comment Share on other sites More sharing options...
Khushboo Rabadia Posted July 29, 2019 Share Posted July 29, 2019 You can create calculated column in Spotfire Analysis such that counting distinct Ids where Status = Filled UniqueCount(if([status]="Filled",[iD])) 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