Apr 09, 2020 11:32 AM
I have variable data in different column.so some column may have 10 values other may have 15 values.that creates empty cells.and that making problem in creating Problem in showing on my kodular database.Please suggest me solution.
let me clarify more.if i have two Fruits in column A and Four Vegetables in column B…it automatically creates two empty cells in column A.What to do with this empty cell
Apr 09, 2020 12:44 PM
You can have another field (formula field) that joins both fields but check if any of them are empty so it will show only the filled one:
Column A | Column B | FormulaField
The formula would go something like this:
IF({Column A}, {Column A},{Column B})
So basically it will show or fruit or vegetable, depending on if column A is empty or not.
Apr 23, 2020 03:58 AM
not getting you
i am working on kodular project and this empty cells creating problem in show in list view
can i put any value in it that do not show in listview