Can I get entities with some precondition?

0
I have an entity that contains an attribute named “Open Time” which is “Date and Time”. I want to have a page that can get this entity whose Open Time is after the current date. How can I do that?
asked
1 answers
0

Hi Hanxuan,

On the page you should set a data widget, for example a datagrid or listview.

As datasource you can set xPath and then do the following check:

Entitiy/OpenTime >  '[%CurrentDateTime%]'

Now you only see objects with open dat bigger than current dateTime

 

If this is not what you mean please specify your question.

 

Hope this helps!

answered