In webEdition 6.2.7 (in newer versions this might be fixed) this does not work:

<we:ifField name=”Archiv” type=”checkbox” match=”0″ operator=”equal”>

but this workaround works:

<!DOCTYPE html>
<html>
<head>
<we:charset defined=”UTF-8″>UTF-8</we:charset>
</head>
<body>
<we:listview type=”object” classid=”4″>
<we:repeat>
<we:ifField name=”Archiv” type=”checkbox” match=”1″ operator=”less”>
<we:field type=”date” name=”Datum”/>
<!– falls ohne Uhrzeit gewünscht: format=”d.m.y” –>
</we:ifField>
<?php echo p_r($GLOBALS[“lv”]); ?>

</we:repeat>
</we:listview>

</body>
</html>

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin