Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP All Import

    (@wpallimport)

    Hey MrWp007

    The correct format would be:

    [IF({column_2[. = ""]})]
      there are no {column_2} element(s) with text
    [ELSE]
      there are {column_2} element(s) with text
    [ENDIF]

    Or

    [IF({column_2[not(text())]})]
      there are no {column_2} element(s) with text
    [ELSE]
      there are {column_2} element(s) with text
    [ENDIF]
    Thread Starter MrWp007

    (@mrwp007)

    Oke i got it

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘how to check empty column?’ is closed to new replies.