QlikSenseグリッドからのデータ取得について

こんにちは。
QlikSence上のグリッド内の数値データの取得方法が分かりません。

QlikSenceでグリッドに数値データを表示しており、(Excelにグリッド内のデータを転記するため)特定の数値を取得するようにしてましたが、NullReferenceExceptionが発生しデータを取得できません。

UI Explorerで要素は調査し、GetAttribute、GetTextアクテビティで、あいまい検索に対象のグリッドを、下記の通り指定しております。
“”

改善点や他に何か方法などあればお教えください。
よろしくお願いいたします。

Hi @ryota.morimura
Welcome to UiPath.

The NullReferenceException may occur due to issues like incorrect element selection or timing issues. Ensure that you’re correctly identifying the grid element and waiting for it to fully load using WaitForReady or Delay. You can try using Data Scraping to extract multiple rows/columns of data or use GetText/GetAttribute with correct element identifiers (like InnerText). If the issue persists, use Try-Catch blocks for better error handling.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.