Forum Discussion

Cosimo's avatar
Cosimo
Contributor II
3 years ago

Prompting for parameters for Tableview

I've got a Tableview embedded in an Excel workbook and would like to be able to prompt the user to select an entity and period that is then used to filter records. Is this possible?
  • LeeB's avatar
    3 years ago

    Yes, this is possible.

    You define your parameters in a list.  "SelectEntity" could be a normal parameter i.e., Member List, Member Dialog etc. 

    Then retrieve them in your Table View rule using the strings in your SQL query.

    You'll then get prompted for these parameters on refreshing the Table View.