Which of the following HubL and HubDB behaviors should be avoided if possible?

Question: Which of the following HubL and HubDB behaviors should be avoided if possible?

  • Use a filter query to reduce the data returned from a request.
  • Use the reject attribute filter to create subsets of table data from an initial request.
  • Use multiple requests to the same table to build complex templates.
  • Use loops to access data in multi-select columns.

The right answer was: Use multiple requests to the same table to build complex templates.

Leave a Comment