Options

Hide Filters Bar?

Troubles_In_ParadiseTroubles_In_Paradise Member Posts: 588
edited 2011-05-09 in NAV Three Tier
Hi guys!
I've a question for you...
I've a ListPage and I don't want that user applies filters on this page.
I'm wondering if it's possible to hide the filters bar (or somethingelse that avoids user inserts filters).

PS: I've already set the following property:
- Editable: no
- ModifyAllowed: no
- DeleteAllowed: no
- InsertAllowed: no
Thx all in advance for help!
bye
~Rik~
It works as expected... More or Less...

Answers

  • Options
    matttraxmatttrax Member Posts: 2,309
    Filter is standard across the system. It's one of the things that makes NAV great. You have a couple of options here, though. You can use Filter Groups to make sure that the users do not remove the filters you programatically assign. You can also remove all other filters when the page opens.
  • Options
    Troubles_In_ParadiseTroubles_In_Paradise Member Posts: 588
    matttrax wrote:
    Filter is standard across the system. It's one of the things that makes NAV great. You have a couple of options here, though. You can use Filter Groups to make sure that the users do not remove the filters you programatically assign. You can also remove all other filters when the page opens.

    ok Matt, thx for the accurate replay.
    ~Rik~
    It works as expected... More or Less...
  • Options
    deV.chdeV.ch Member Posts: 543
    The Filter Bar is not displayed if you use the PageType ListPlus.
  • Options
    Troubles_In_ParadiseTroubles_In_Paradise Member Posts: 588
    deV.ch wrote:
    The Filter Bar is not displayed if you use the PageType ListPlus.
    Thx deV! Nice trick! :thumbsup:
    ~Rik~
    It works as expected... More or Less...
  • Options
    matttraxmatttrax Member Posts: 2,309
    Still, why would you not allow filtering? It can only help the user if they are allowed to. Maybe it's a specific case, but I don't see the usefulness.
  • Options
    Troubles_In_ParadiseTroubles_In_Paradise Member Posts: 588
    matttrax wrote:
    Still, why would you not allow filtering? It can only help the user if they are allowed to. Maybe it's a specific case, but I don't see the usefulness.
    This is the screenshot of the page:

    As you can see it's a list without fields.
    In fact we use it only to allow users to access to functionalities through actions placed in it.
    This is a list because we need to launch it directly in the Role Center.
    The page has Integer as source table, but I didn't want that user added filters to the table (because it's useless).
    ~Rik~
    It works as expected... More or Less...
Sign In or Register to comment.