Forum Discussion
Anonymous
3 years agoNot applicable
selectcolumns
Hi all,
I am doing below select column, but i need to fetch only non blank valuesin the selectcolumn any idea on this.
selectcolumns(filter(table,table[column] = vaule),"pol",table[number])
i want table[number] to be not null
1 Reply
- lbendlinSuper User
selectcolumns(filter(table,table[column] = value && not isblank(table[number])),"pol",table[number])