Current I am doing a historical event page which needed to do query to get the final result. So inside I have queried until area but inside have many different type of tags but I just want to query out tags that consist of ".ACTUAL_SPD". I have tried to use the operator "LIKE" but does not work.
Any recommended solution to overcome this issue?
Eg:
Total I can found 3 tags under an Area:
FFU_G01_01.ACTUAL_HRS, FFU_G01_01.ACTUAL_SPD, FFU_G01_03.FEEDBACK
Final Result I just to have tag with "ACTUAL_SPD" which is FFU_G01_01.ACTUAL_SPD