Rally Software

 View Only
  • 1.  Query Counter update is not being successful

    Posted Jun 19, 2019 10:23 AM
      |   view attached
    Hello Team,

    I'm using a query counter to display the Executive Summary which has more than 30 queries with various condition. Recently when I try to update the query I'm not being successful and it doesn't throw any error.  When I edit and see it i see my updates is not even there
    Eg:
    Before updating
    ((((Project.Name = "ABC) OR (Project.Name = "BCD") OR (Project.Name = "CDE") OR (Project.Name = "DEF") OR (Project.Name = "EFG") OR (Project.Name = "FGH") ) AND
    ((SubmittedBy.UserName = "abc@abc.com"))) AND (Tags.Name !="DummyDefect"))

    I'm updating the below query with highlighted change
    ((((Project.Name = "ABC) OR (Project.Name = "BCD") OR (Project.Name = "CDE") OR (Project.Name = "DEF") OR (Project.Name = "EFG") OR (Project.Name = "FGH") ) AND
    ((SubmittedBy.UserName = "abc@abc.com") OR (SubmittedBy.UserName = "aaa@abc.com"))) AND (Tags.Name !="DummyDefect"))

    After updating
    ((((Project.Name = "ABC) OR (Project.Name = "BCD") OR (Project.Name = "CDE") OR (Project.Name = "DEF") OR (Project.Name = "EFG") OR (Project.Name = "FGH") ) AND
    ((SubmittedBy.UserName = "abc@abc.com") )) AND (Tags.Name !="DummyDefect"))


  • 2.  RE: Query Counter update is not being successful
    Best Answer

    Broadcom Employee
    Posted Jun 21, 2019 12:56 PM
    Hi Madhan,

    Is this a page that you have created?  Or is this possibly a shared page? 

    If you create a new page or add this app to your dashboard, are you able to then edit the query?