BlurredVision
Technical User
Hello All - I have the following formula in place to return an id:
if {MEMBER_OF.GROUP_ID} <> 'NTS' and
{PROBLEM_HISTORY.ENTRY_TYPE} = 'Problem Transfer' and
{PROBLEM_HISTORY.ENTRY} like '*transferred to Group NTS*' then {PROBLEMS.PROBLEM_ID};
After I get the results of the formula, I run a distinct count on it. My issue is, The distinct count is counting the same id each time it is encountered, which it shouldn't when using a distinct count. Any ideas?
Thanks for any help given.
Brian
if {MEMBER_OF.GROUP_ID} <> 'NTS' and
{PROBLEM_HISTORY.ENTRY_TYPE} = 'Problem Transfer' and
{PROBLEM_HISTORY.ENTRY} like '*transferred to Group NTS*' then {PROBLEMS.PROBLEM_ID};
After I get the results of the formula, I run a distinct count on it. My issue is, The distinct count is counting the same id each time it is encountered, which it shouldn't when using a distinct count. Any ideas?
Thanks for any help given.
Brian