【使用ツール】Tableau Cloud
【やりたいこと】フロー内で対象の範囲を除外したい
【詳細】レポート内での検索処理を軽くするため、フロー内でデータ抽出を行いたいです。
社員マスタデータソースのIDについて、4~6をデータから除外するようなクリーニングを追加することは可能でしょうか?数値型の場合、対象範囲のデータを選択することが可能であることはわかりましたが、除外の方法が見つかりませんでした。
お忙しいところ恐縮ですが、回答をいただけると嬉しいです。
Hi, in this case in an input module you may click on the three dots:
and then clic on filter -> Calculation
Then you may write a calc like:
NOT ([ID]>=4 AND [ID]<=6)
If you are in a clean step, you may clic on the three dots and use a calculation as in the previous case.
Like you want to exclude a range of values (4 to 6), you may NOT use the option of range of values, because the filter works to include values (instead of exclude values)
If this post resolves the question, would you be so kind to "Accept this Answer"?. This will help other users find the same answer/resolution and help community keep track of answered questions. Thank you.
Regards,
Diego Martinez
Tableau Visionary and Tableau Ambassador