David Jones 5 Posted April 15, 2019 Share Posted April 15, 2019 Dataset looks something like this: I would like to get the sum of the values based on the ranking of column RR descending. For example - I would like the sum of column PD based on the previous 2 distinct values in column W and column PS ranked by RR desc. So, for PS 1, I would want 500 + 900 = 1400 ( the values from W.A and W.B because W.D does not have a PS.1). For PS.2, I would want 1250 + 1100 = 2350 because W.A has a PS.2 and W.D has a PS.2. So I need to rank everything by RR. Then look at the PS to make sure it exists, if not move on to the next one. The next step for this would be to sum up the column AH for each corresponding PD that was summed up. So for PS.1, the sum for AH would be 8.5. The Column PS is currently my X axis. Thanks in advance for the help! Link to comment Share on other sites More sharing options...
Khushboo Rabadia Posted April 22, 2019 Share Posted April 22, 2019 Can you provide your dataset in excel format to be imported in spotfire dxp to test out calculated expression. Link to comment Share on other sites More sharing options...
Khushboo Rabadia Posted April 22, 2019 Share Posted April 22, 2019 Can you provide your dataset in excel format to be imported in spotfire dxp to test out calculated expression. 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