Forum Discussion
From my experience, each criteria you add uses an "AND" operator, and that would explain why you get blank results. But, I've just made a quick check and you can add multiple folders if you choose the Folder filter type instead of the Custom Query filter type. I didn't think of using that at first because in general, the Custom Query option can do a lot more.
That's the catch, I do need some level of AND here.
Test Cycle = fake_test_cycle_name AND Subfolders A, B, C, D, E
Essentially, I need to be able to see the test status (pass, fail, blocked, not run, in progress) for the current test cycle broken down by the subfolders. If I just do the Folder filter type, it doesn't allow me to select the test cycle.
- MisterB2 years agoChampion Level 3
I should have noticed this earlier but you don't have to add additional conditions to include multiple folders. You can add more than 1 folder location into the folder list as in the example below where I have added 4 folders. You can do this whenever you see the IN operator. So you should be able to produce the report you want, i.e. Test Cycle = fake_test_cycle_name AND Subfolders IN (A, B, C, D, E)
Related Content
- 5 months ago
- 9 years ago
Recent Discussions
- 8 days ago