Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
What is the syntax for the filter of the Excel Add-on for Rally?
I would like to filter out the rows (User Stories) that don't have a predecessor.
I tried (Predecessors != "null") but that doesn't work.
Regards, Jim
拉力赛中故事的前身属性由一个集合(对前身故事的引用数组)表示。不幸的是,集合属性不能用于简单的 Web 服务查询语法。
不幸的是,最好的办法是在 Excel 中进行过滤,方法是设置一个数据过滤器,排除该字段为空的行。