Forum Discussion
Anonymous
9 years agoNot applicable
Create Table with Condition
Hello Guys, need your help. Imagine I have the following table, giving Bugs by date and if they are still open (not fixed) or not. So in this table I want to exclude Bugs that were never o...
- 9 years ago
Anonymous
Hi, you can do this in Query Editor:
One Way is this:
Regards
Victor
Lima - Peru
vanessafvg
9 years agoCommunity Champion
Anonymous Table = CALCULATETABLE('Table', IsOpen = 1 )
unless i am missing something all you need to do is filter on isopen = 1