Line item as Page selector

I have a module which has Account as a dimension and have grouped those accounts by Revenue , Expense , etc. by adding a line item(list format) to the module 

 

Can this grouping be in a page selector in New UX?(Grouping list is not a dimension in the module)

Also, This page selector should show the specific accounts tagged to a one specific group only in the grid below !?

NancyKhurana_0-1624869769196.png

 

 

Best Answer

  • abhay.kanik
    Answer ✓

    @NancyKhurana 

     if you don't have user list in your dimensions the you have to click refresh after selection, adding user list will do the refresh automatically.

     

    Thanks

    Abhay

Answers

  • @NancyKhurana 

     

    You can create a custom filter to filter out the items based on your grouping.

    Create a line item formatted by grouping to which will be published on module. In another Boolean line item in your module with data put a formula to compare whether the grouping line item matches with the user input module.

    Use the Boolean to filter your view. this way you can publish the grouping as an selector on module and filter the data with that.

     

    Thanks

    Abhay

     

  • We created a new module with grouping as a drop down and created a Boolean in the main module to match this page selector selection in my new module with my main module grouping line item(formula derived grouping format).

     

    Applied the Boolean filter on my module view.

    Sync isn't working in NUX