Filter card always have a value selected?

I have a beastmode called 'Flagged' (value 1 and 0), and I use the BeastMode to create a filter card and then add that filter card to an App.

Is there anyway to have 1 or the 2 value always selected? So it's kinda force the users to always select 1 of the 2 options

Tagged:

Best Answer

  • Manasi_Panov
    Manasi_Panov Contributor
    edited December 2024 Answer ✓

    Hi @verytiredgirl,

    Create a Radio Option Variable with values 0 and 1, then use a Beast Mode formula. You can then create additional filters if needed. Here is a simple example. This is the dataset:

    Then the Radio Option variable:

    The formula:

    And the result that displays the average values for rows flagged as 0 or 1. One of the options (0 or 1) will always be selected on the dashboard/card.

    If you found this post helpful, please use 💡/💖/👍/😊 below! If it solved your problem, don't forget to accept the answer.

Answers

  • One option is to select the options you want to be the default, and then save it as the default filter view for all users on the page

  • Manasi_Panov
    Manasi_Panov Contributor
    edited December 2024 Answer ✓

    Hi @verytiredgirl,

    Create a Radio Option Variable with values 0 and 1, then use a Beast Mode formula. You can then create additional filters if needed. Here is a simple example. This is the dataset:

    Then the Radio Option variable:

    The formula:

    And the result that displays the average values for rows flagged as 0 or 1. One of the options (0 or 1) will always be selected on the dashboard/card.

    If you found this post helpful, please use 💡/💖/👍/😊 below! If it solved your problem, don't forget to accept the answer.