CA Service Management

Expand all | Collapse all

Filter Excluding Resolved

  • 1.  Filter Excluding Resolved

    Posted Jul 31, 2018 01:40 PM
      |   view attached

    I am able to filter requests by Active or Inactive. I am having some trouble formatting syntax to exclude anything marked as Resolved in the Status field. Can anyone provide some direction with how best to achieve this?



  • 2.  Re: Filter Excluding Resolved

    Posted Jul 31, 2018 02:05 PM

    Just-Jim

     

    In the Additional Search Arguments field, enter:

     

    (status != 'RE')

     

    J.W.



  • 3.  Re: Filter Excluding Resolved

    Posted Jul 31, 2018 02:10 PM
      |   view attached

    Please see the attached...



  • 4.  Re: Filter Excluding Resolved

    Posted Aug 01, 2018 10:39 AM

    From the 2nd screen capture, it looks like you are searching the status object and not the request object. You should be using the code that J_W gave you in the 1st screen.



  • 5.  Re: Filter Excluding Resolved

    Posted Aug 01, 2018 12:47 PM

    As far as I know (I am not a power user of this interface nor programmer for it), this query is based off the following hierarchy Assignment Group --> Active=TRUE. I've modified the queries for other attributes successfully in the past but have been unable to successfully filter out resolved cases.



  • 6.  Re: Filter Excluding Resolved

    Posted Aug 01, 2018 01:03 PM

    I have that backwards. Hierarchy is   ACTIVE --> GROUP

    No other filter criteria that I can see.



  • 7.  Re: Filter Excluding Resolved

    Broadcom Employee
    Posted Aug 01, 2018 11:14 AM

    Jim, please let us know from where you want to filter the Resolved status for request search? It could be the status search field, additional search argument, data partition, etc. Thanks _Chi



  • 8.  Re: Filter Excluding Resolved

    Posted Aug 01, 2018 12:43 PM

    Trying to filter from the Scoreboard. The base query is only filtering active tickets for my assignment group. I only want to add the additional criteria to filter out cases marked resolved.



  • 9.  Re: Filter Excluding Resolved

    Broadcom Employee
    Posted Aug 01, 2018 12:51 PM

    Just-Jim 

    Try adding the following criteria

    status.sym != \'Resolved\'



  • 10.  Re: Filter Excluding Resolved

    Posted Aug 01, 2018 12:57 PM

    Same error. Just 'Resolved' instead of 'RE'

    AHD03053:Bad where clause: Parse error at : "( ( delete_flag = 0 AND (status.sym != \'Resolved\') ) AND ( cr_flag= 1  ) ) AND ( code != 'CL' )" (syntax error)


  • 11.  Re: Filter Excluding Resolved

    Broadcom Employee
    Posted Aug 01, 2018 01:02 PM

    Just-Jim 

    Please provide the complete stored query syntax



  • 12.  Re: Filter Excluding Resolved

    Posted Aug 01, 2018 01:04 PM

    I cannot. I am an analyst trying to clean up my Scoreboard.



  • 13.  Re: Filter Excluding Resolved

    Broadcom Employee
    Posted Aug 01, 2018 05:26 PM

    Jim, if you don't have access to Administration tab, you would need to contact SDM administrator so he/she can give you the stored query for your scoreboard node. And then he/she would need to modify the stored query to query resolved requests only. Thanks _Chi



  • 14.  Re: Filter Excluding Resolved

    Posted Aug 02, 2018 09:25 AM

    Boo. Thanks for the reply. Doesn't really help me as a tech/analyst trying to clean up my view.



  • 15.  Re: Filter Excluding Resolved
    Best Answer

    Broadcom Employee
    Posted Aug 02, 2018 09:32 AM

    Maybe you can try this...

    from the list of requests, click on Show Filter button and then click on "more..." a couple of times until you see Additional Search Arguments field and enter this

    status <>'RE'

    And then click on Search button?



  • 16.  Re: Filter Excluding Resolved

    Posted Aug 02, 2018 02:25 PM

    That seems to have done the job!

    Kudos!! ***happy dance***



  • 17.  Re: Filter Excluding Resolved

    Posted Aug 02, 2018 03:09 PM

    So it seems that the query I was working from is based on Requests. Thus it filtered out all of my Incidents. Fortunately our CASDM admin finally got something for us to put up on the Scoreboard  Thank you for the assists!