Design Example
 
 
  1
5
   
8
Show the Film_Production values for the year greater than 1999. (Example for filtering the data in a dropdown list box). For example, consider two tables named Film Production and year_master where Year.Id is carried in Film_Production table.
   
  Design
  Create a predicate on the year table and assign it to the value range of the Year field in the film_production table.
  Steps to achieve:
 
Assume you have a list page for the film_production which is default generated by zeroCode.
  Create a predicate on the Year_Master table.
  Click on the create predicate.Give any name and description.
  Select the Year.Id check box.
  Click on add button.
  Give the condition as YearMater.Year > 1999.
  Save the predicate.
  Now open the film_production list UDM.
  Select the leaf "year_deref" in that UDM.
  Expand the leaf and select the value range.
  On the right hand page check the predicate you created just now.
  Save the UDM and HTML.
  View in the browser.
   
 
 
  1
5