Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

In eazyBI, I need to filter issue ,status and time

FJ-Jay
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 28, 2021

Hi all,

I want to filter issue type , status and time

 issue type = Service Request

status = in processing

time = Before last month

I just came into contact with this system, so need help. thanks.

sum(
Filter(
Descendants(
[Issue Type].[Service Request],[Issue Type].[Service Request]
),
DateBetween([Issue].CurrentHierarchyMember.get('Created at'),
'2021-01-01',
'2021-09-31')
)

)

1 answer

1 accepted

0 votes
Answer accepted
Fabian Lim
Community Champion
October 28, 2021

Hi @FJ-Jay

Another method you can use is to bring the dimensions you need in the pages for filtering. Then select the opions you need.

eazybi.png

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events