Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have two Dimension fields like
Task Name and SubTask Name
for that i am writing like below
Wildmatch (GetFieldSelections([%Field_name],',',200) , '*Task Name*') and GetSelectedCount([%Field_name]) >0
Wildmatch (GetFieldSelections([%Field_name],',',200) , '*SubTask Name*') and GetSelectedCount([%Field_name]) >0
i am doing in char conditional properties
but when i select subtask name i am getting both Task and SubTask Name which it should not be.