OutSystems Forge 日本語データベース

How To - Use a special variable in a Combo box

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2015-01-27 0.1.9 How To Team 9.0.0.23 All All How-tos
コンボボックスで特殊変数と変数を使用してスマートフィルターを作成する方法のサンプル
この例は、コンボボックスで特殊変数を使用する方法と、最も一般的な使用法と組み合わせる方法を示しています。 コンボボックスの詳細については、OutSystemsヘルプを参照してください。 2つの変数を使用するコンボボックスがあります。 Yearは年単位で結果をフィルタリングするために使用され、Rangeは年単位でフィルタリングするスマートフィルタを作成するために使用されます。

[Overview]
Samples of how to use a special variable and a variable in a combo box to create smart filters to help the users
[Detail]
This example shows how to use a special variable in a combo box and how to combine it with the most common usage. For more information about the combo box you can check OutSystems help. It has a combo box that uses two variables. The Year is used to filter the results by year, the Range is used to create a smart filter that filters data by a range of years.
戻る