Filter Condition - is (dynamic) "My company"

jcg42
Kilo Contributor

Hello Community,

My customer requirement is to have a report on incident which are of the same company of the logged in user.

Since there is no dynamic filter available on the company what is the best solution to answer this requirement ?

Can we create new dynamic filter ?

1 ACCEPTED SOLUTION

Willem
Giga Sage
Giga Sage

Try create a dynamic filter with:

gs.getUser().getCompanyID() + ''

 

Like this:

find_real_file.png

View solution in original post

2 REPLIES 2

Willem
Giga Sage
Giga Sage

Try create a dynamic filter with:

gs.getUser().getCompanyID() + ''

 

Like this:

find_real_file.png