Rally Software

 View Only
Expand all | Collapse all

Plan Est blank vs Plan Est=0 in stories

  • 1.  Plan Est blank vs Plan Est=0 in stories

    Posted Mar 27, 2019 11:42 AM

    I am running a query to give me a result of all stories that have 0 points assigned to them.

    Is there a difference between Plan Est field being left blank and 0 being entered into that field?

    Can I just filter one of these?



  • 2.  Re: Plan Est blank vs Plan Est=0 in stories
    Best Answer

    Broadcom Employee
    Posted Mar 27, 2019 03:36 PM

    There is a difference between 0 and null.  You'll want to fashion your query to include both values if they mean the same thing to you. 

     

    Something like this: ((PlanEstimate = null) OR (PlanEstimate = 0))



  • 3.  Re: Plan Est blank vs Plan Est=0 in stories

    Posted Mar 27, 2019 03:57 PM

    Ha, thank you very much!

     

    Regards,

    Niveditha