Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
manassrivastava
Contributor
Contributor

How to select only certain names in name column

How to select only certain names in name column

4 Replies
AshutoshBhumkar
Partner - Specialist
Partner - Specialist

Some more information would be helpful to understand the question. 

Could you please elaborate more in detail ?

manassrivastava
Contributor
Contributor
Author

Hi,

For example I run want to pull the row having the Employee Name : Alex from the below table:

 

Employee Hours
Alex 695
Michael 1,271
John 2,109
 

 

JANSHENOUDA1
Contributor II
Contributor II

If it is a small range of names, maybe if statement is a good idea, or you can build a filter pane, that with that dimension that the user can pick the specific names he needs.

 

I am a beginner so, maybe there are more advanced solutions for that specific situation

 

anat
Master
Master

Can you try where match(employee, 'Alex')  while loading data