Groups
Groups
Sign in
Groups
Groups
RapidReportサポート QAフォーラム
Conversations
About
Send feedback
Help
文字列の中で特定のキーワードを含むかを条件にしたい
39 views
Skip to first unread message
中村洋相
unread,
Jan 28, 2025, 11:17:07 PM
1/28/25
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RapidReportサポート QAフォーラム
お世話になります。
IF文等で「引数の値が特定の文字列と一致する場合」という条件は表現出来ますが
「引数の値の中に特定の文字列を含む場合」という条件を表現することは可能でしょうか?
いわゆる前方一致や部分一致のようなことを表現したいと考えています。
RapidReport
unread,
Jan 29, 2025, 7:23:27 PM
1/29/25
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RapidReportサポート QAフォーラム
ちょうど先ほどリリースしたバージョン5.18にて、
indexofというオペレータを追加したので、これが使えると思います。
(indexof 'abcdef' 'abc') → 0
(indexof 'abcdef' 'def') → 3
(indexof 'abcdef' 'ghi') → -1
のような動作になります。
・引数1内で引数2の文字列が見つかったらその場所を返す。
・見つからなければ-1を返す。
2025年1月29日水曜日 13:17:07 UTC+9
hitof...@gmail.com
:
Reply all
Reply to author
Forward
0 new messages