LoginSignup
0
0

More than 1 year has passed since last update.

【パブリッシャー】URLパラメーター - フィルター値

Posted at

Sharperlightパブリッシャーで作成したWEBレポート(公開クエリ)のURLでパラメータを指定する方法を紹介します。

  • 通常のレポートとして表示(パラメータ無し)
    http(s)://{YourServerName}/mdService1Rest/Report/?query={Group}.{Code}
    例)http(s)://ABCTestServer/mdService1Rest/Report/?query=Finance.SalesOrderSummary

  • レポートにパラメータを渡す場合

http(s)://{YourServerName}/mdService1Rest/Report/?query={Group}.{Code}&flt[name]=fromValue&flt[name]_2=toValue
例) http(s)://ABCTestServer/mdService1Rest/Report/?query=Qiita.Ages&fltAgeRange=20&fltAgeRange_2=50

対象となるクエリのフィルター名がAgeRangeなので、From値へはfltAgeRangeで、To値へはfltAgeRange_2で値を渡します。
2022-04-xx Figure 01.png
実際にはこうなります。
2022-04-xx Figure 02.png
:postbox:Sharperlight

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0