Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Repeater Where No Image Condition View modes: 
User avatar
Member
Member
Rene 7 - 5/9/2013 12:56:00 AM
   
Repeater Where No Image Condition
Dear Kentico,
I am trying to create a repeater that only shows items of custom document type where the optional "image" field is populated. (Document type > Fields > Attribute type: File, Form control: upload file ). How would the syntax for the where condition in the repeater web part be? My guess: Where Condition: image !LIKE '%0000%', or image != null

User avatar
Kentico Support
Kentico Support
kentico_janh - 5/9/2013 2:42:24 AM
   
RE:Repeater Where No Image Condition
Hello,

Actually, it is just like this:

image IS NOT NULL


Best regards,
Jan Hermann