Discussions

 View Only
  • 1.  How to add a report filter condition when the current user is NOT in a specific field

    Posted 06-19-2018 06:52
    I'm looking for the report filter condition:
    [My User field] is NOT the current user
    Is that possible without creating a formula field?


  • 2.  RE: How to add a report filter condition when the current user is NOT in a specific field

    Posted 06-19-2018 07:09
    Hi Dan,

    Here you go.
    [Your User field] is not equal to _curuser_. _curuser_ keyword is represent the current user.  


    Please let me know if you need any further help.

    Thanks,
    Gaurav


  • 3.  RE: How to add a report filter condition when the current user is NOT in a specific field

    Posted 06-19-2018 17:56
    Thanks very much, Gaurav. I had forgotten the name of this secret variable. Would be great if Quick Base made such stuff available to mortals.