Skip to main content

Blank cell creating problem.please suggest me solution


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

2 replies

Forum|alt.badge.img+12
  • Participating Frequently
  • 93 replies
  • April 9, 2020

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.


  • Author
  • New Participant
  • 1 reply
  • April 23, 2020

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


Reply