Hi team. i have database column in which values ar...
# help
c
Hi team. i have database column in which values are stored based on that column i want to fetch on backoffice quote request page. Can anybody give me idea how to do it?
i
create page query you need and use
filterBy..columnName..
. if it’s in related table: create page query ->
use..relatedTable..
-> use
filterBy..columnInRelatedTable
.
use
methods are nestable, so you can join several tables to get to yours