この記事では、EloView 4でフィルターを使用して効率的に検索する方法を説明します
フィルターを使用すると、カスタム検索パラメーターを迅速に検索、保存、再呼び出しできます。検索ボックスにクエリを入力するだけで[または定義されたチェックボックスから選択することで]、関連するデバイスが表示されます。フィルターは入力中にテキストを提案し、高度なフィルター基準を容易に組み立てることができます。
例
デバイスのステータスをクエリする
- status: “Locked”
- status: “Offline”
- status: “Online"
- status: “Unregistered”
デバイスの位置情報でクエリする
- location: “Milpitas”
デバイスのタイムゾーンでクエリする。
- timezone: “Denver”
デバイスに展開されたコンテンツでクエリする。
- nowPlaying: “My_App”
デバイスに展開されたコンテンツのステータスでクエリする。
- contenstatus: “Failed”
- contentstatus: “Pending”
- contentstatus: “Success”
デバイスに展開されるコンテンツのステータス「方法」でクエリする。「DnD」はドラッグアンドドロップ、「Schedule」はスケジュールコンテンツ。
- contentstatus: “DnD”
- contentStatus: “Schedule”
デバイスのサイト名でクエリする。
- siteName: “Europe”
デバイスのOSバージョンでクエリする。
- osversion: “1.11”
デバイスの向きでクエリする。
- orientation: “Landscape”
- orientation: “Portrait”
上記フィルターの「AND/OR/NOT」組み合わせでクエリする。
- orientation: “portrait” and contentstatus: "success"
Please report any broken links by emailing support@elotouch.com and include a link to the knowledge article