私はfirstnameに従ってデータをフィルタリングしていますので、従業員のファーストネームを表すコードnameを書いています。 ls_value=string(dw_blood.getitemstring(ll_currentrow, "name"))
ls_find="fname like '"+ls_value+"%'"
dw_employee.setfilter(ls_find)
d
私はフレーズのリストを持っています(ユーザによる入力)。例: titles = ['Blue Team', 'Final Match', 'Best Player',]
text = 'In today Final match, The Best player is Joe from the Blue Team and the second best player is Jack fro