Forum Discussion
sahernandez
3 years agoNew Member
HEADER COLUMN DINAMIC
Hi, I have a table like this. I need to extract the information searching by name and return the result depending on the date. For example if I filter by "1PERSON" and 03/01/2023 date, t...
- 3 years ago
Unpivot columns
d_gosbell
Super User
3 years agoIt would usually be easier to perform an unpivot operation on data like that so that you had 3 columns: Name, Date, Place
Then it becomes simple to filter by the name and date columns.
sahernandez
3 years agoNew Member
What operation I need to do that?