Hi,
Can someone let me know what I am doing wrong with this formula, it only returns the correct data relating to the first part of the statment. If I swap the "e" & "E" around it just works the other way.
I have tried the lowercase function, but am not entirely sure where to put it - any help gratefully recieved.
I am using Cry 9.
if {Booking.EditHistoryEventList} like "*Client Confirmed*" then
mid({@Crop_to_Start_Client_Confirmed},instr({@Crop_to_Start_Client_Confirmed},"entered by")+11)
else
mid({@Crop_to_Start_Client_Confirmed},instr({@Crop_to_Start_Client_Confirmed},"Entered by")+11)
Cheers Alex
Can someone let me know what I am doing wrong with this formula, it only returns the correct data relating to the first part of the statment. If I swap the "e" & "E" around it just works the other way.
I have tried the lowercase function, but am not entirely sure where to put it - any help gratefully recieved.
I am using Cry 9.
if {Booking.EditHistoryEventList} like "*Client Confirmed*" then
mid({@Crop_to_Start_Client_Confirmed},instr({@Crop_to_Start_Client_Confirmed},"entered by")+11)
else
mid({@Crop_to_Start_Client_Confirmed},instr({@Crop_to_Start_Client_Confirmed},"Entered by")+11)
Cheers Alex