Daniel Mendez Estrada
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Daniel Mendez Estrada-
Daniel Mendez Estrada created a post,
Using CONTAINED IN filter using Advanced filter
In the simple filter, one of the options is 'contained in', and I'm wanting to see if there is an equivalent to that but in the advanced filter. Something like this below would result in true where...
-
Daniel Mendez Estrada commented,
I found a solution. Instead of trying to sort by the columns individually, I concatenated both 'offer' and 'date', and sorted by that new column. acct offer date status newColumn1761 G 2007-12-...
-
Daniel Mendez Estrada commented,
Hi Konsta, Here is some sample data and the desired result. If you see, I have some two of most offers, so then the next way to sort would be by the date column. I'm trying to find a way to use the...
-
Daniel Mendez Estrada created a post,
Sorting by more than one column using GROUPCONCAT
I'm trying to find a way to group by one column, and concatenating all the values in another column, all while trying to sort by two other columns. Something like this: GroupByColumn | SortingColum...