Creating a Model

Wicket Support
Wicket Support
  • Updated

A Model is a saved question that acts as a clean, reusable starting point for reports. Instead of writing the same query logic over and over, you define it once as a model and build your reports on top of it.

To create a Model, you must first have a saved Question:

wicket-admin-reports-creating-a-model-1.png

 

This example Question returns all active organization memberships, including membership tier and start/end dates:

wicket-admin-reports-creating-a-model-2.png

 

To convert this Question to a Model, click the ellipses menu (...) and click Turn into a model:

wicket-admin-reports-creating-a-model-3.png

 

This cube symbol indicates that the Question has been converted into a Model:

wicket-admin-reports-creating-a-model-4.png
wicket-admin-reports-creating-a-model-5.png

 

Once saved, this Model can be used like any other table in the reporting database - either as the basis for a new report or joined with other tables for more complex reports. Tables in the reporting database auto-join based on UUIDs, so make sure the Model includes the relevant UUID fields to take advantage of this.

wicket-admin-reports-creating-a-model-6.png

 

Wicket's reporting solution is powered by Metabase. Additional documentation is available in the Metabase documentation.

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request

Comments

0 comments

Article is closed for comments.