Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jayesh179
Contributor II
Contributor II

Filtering names in Table

Sample tableSample table

Hello Friends

I am creating Table and in one of column, i want to list few selected names only(As this table in yellow), can anyone please help me, i tried lot but not successful

Labels (2)
2 Solutions

Accepted Solutions
jwjackso
Specialist III
Specialist III

You can limit the companies in the sum function.

 

Sum({$<Company={'Alfa co','Beta co','Aron Inc'}>} Revenue)

Suppress zeroes.

View solution in original post

jayesh179
Contributor II
Contributor II
Author

This helped actually, many thanks. one more question, how if i want put filter in name column ? i mean if i cant use "Sum" function and i dont have nos in my table..

View solution in original post

3 Replies
jwjackso
Specialist III
Specialist III

You can limit the companies in the sum function.

 

Sum({$<Company={'Alfa co','Beta co','Aron Inc'}>} Revenue)

Suppress zeroes.

jayesh179
Contributor II
Contributor II
Author

This helped actually, many thanks. one more question, how if i want put filter in name column ? i mean if i cant use "Sum" function and i dont have nos in my table..

jwjackso
Specialist III
Specialist III

Look at the ValueList  function to create a calculated dimension.