Pulling Data Based on Split Columns - Spotfire - spotfire

Is there a way to pull in data based on columns that have been split in Spotfire? I know that you can insert a transformation > insert calculated column to make a calculated column more permanent to pull in data based on it, but not sure how to do this when columns have been split.

Related

How to unmerge the rows in Cross table of Spotfire

As in the image of Cross table, i want to show "Protocol Status" column values in each row(as of now its merged) . How to unmerge it to show in all rows rather then the single one?
The grouping cannot be undone but is create a new table based off your underlying data and pivot the table to create a table so you can display as a table rather than a cross table.
Or add Protocol Status to your axis First([Protocol Status]) and make your first column that is grouped hidden by making the column width 0.

excel concate third column based on first two columns

sample Data
Result data
Basically Location+IP is the primary key. Based on primary key i want concatenate the third column user separated by commas.
I am new to excel please help.
Select all data and insert a pivot table to summarize the data.
Insert Pivot table
Summarize your data
sort location,IP using custom sort option.
=IF(CONCATENATE(A2,B2)<>CONCATENATE(A1,B1),C2,D1 & "," &C2).
Use another condition to create blank in unwanted rows - =IF(CONCATENATE(A2,B2)<>CONCATENATE(A3,B3),CONCATENATE(D2,"",),"")
Apply filter and remove blank columns
copy paste and delete unwanted columns

Excel Pivot Tables - Use same field as row and column label

Looking to create a pivot table with the same field for row & column labels.
If this isn't possible in Excel, is there a suitable alternative within excel to accomplish the same result?
Plan B.
Two columns in your source data that are identical, one for ROWS one for COLUMNS.

How to sort/order columns by data inside in Excel

I have data distributed in columns. I want to arrange columns in some order based on text inside.
Original data format:
Desired data format:
Specifically, I want to sort columns by data inside alphabetically and taking into account only first row. Other rows does not matter.
There is way to sort data from left to right. See the below screenshot.

Reporting Services 2005 Hide Columns Only in Certain Table Groups (eliminate white space)

I have a report (rdlc) that has a data set that has row grouping based upon certain field values.
It is set up to appear as separate tables for each grouping.
I now have a requirement to display a column for only one of these groupings.
For example, if value = a then show a column in the grouped table.
If value <> a then do not display this column.
I have tried several visibility techniques but cannot get the column to show in only one grouping.
The closest I got was to show the column in the required grouping, but it left white space for the column within the other tables.
Has anyone successfully tried anything similar?
Thanks for any and all assistance!!!
A table in SSRS ( and many other systems) must have the same columns for every row, and the same rows for every column. You can merge some of these, but that won't accomplish what you want: changing the number of columns for only some rows of the table.
I would separate this into multiple tables. Use the filters property of the different tables(tablixes) to filter each table to only display the appropriate rows if you would like to keep your current dataset.

Resources