Autofilter in column with CONCAT

QuestionsAutofilter in column with CONCAT
Juan asked 7 years ago

Is there some way to autofilter in a column grid that contain value of two o more columns in one table

SELECT Id, CONCAT(FirtName,' ',SecondName,', ',Name) person FROM Persons

1 Answers
Abu Ghufran answered 7 years ago

Hi,

Yes you can set this expression in dbname property to be used in WHERE clause.
$col["dbname"] = "CONCAT(FirtName,' ',SecondName,', ',Name)";

Your Answer

9 + 17 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?