Setting/bookingfieldnamenot: Difference between revisions

From Beds24 Wiki
Jump to navigation Jump to search
Beds24>Markkinchin
No edit summary
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Only include bookings which do not contain this text in the specified field.
Only include bookings where the selected field does NOT contain the specified text.


Choose multiple phrases by separating them with a | symbol.  
Choose multiple phrases by separating them with a pipe symbol (|).  


Example: Breakfast|Dejeuner
Example: Breakfast|Dejeuner


Country matches the value in the country text field.
* You can use this function to check whether a certain field contains or value. For example, you could select all bookings that have something in the 'Notes' field. Select 'Notes' from the drop-down list and leave the text field blank. This tells the program: Grab all bookings where the field 'Notes' is NOT empty (does not contain a blank).


Country2 matches the value in the country selector, the countries are specified by their ISO 3166-1 alpha-2 2 char code, for example GB | AU | DE
* '''Country''' matches the value in the country text field.<br>'''Country2''' matches the value in the country selector. The countries are specified by their ISO character code (ISO 3166-1 alpha-2), for example:<br>GB = Great Britain<br>AU = Australia<br>DE = Germany
 
 
 
選択されたフィールドに指定されたテキストが「含まれていない」予約のみを含めます。
 
複数の語句を選択する場合は、パイプ「|」マークで区切ります。
 
例 Breakfast|Dejeuner
 
この機能を使って、特定のフィールドに値が含まれているかどうかをチェックすることができます。例えば、「ノート」フィールドに何かが含まれている予約をすべて選択することができます。プルダウンから「ノート」を選択し、テキストフィールドを空白にします。プログラムは、「ノート」フィールドが空ではない(空白を含まない)すべての予約を取り込みます。
国名は、国名テキストフィールドの値と一致します。
国名2は、国セレクタの値と一致します。国は、ISO文字コード(ISO 3166-1 alpha-2)で指定されます。
GB = グレートブリテン
AU = オーストラリア
DE = ドイツ

Latest revision as of 07:51, 25 June 2021

Only include bookings where the selected field does NOT contain the specified text.

Choose multiple phrases by separating them with a pipe symbol (|).

Example: Breakfast|Dejeuner

  • You can use this function to check whether a certain field contains or value. For example, you could select all bookings that have something in the 'Notes' field. Select 'Notes' from the drop-down list and leave the text field blank. This tells the program: Grab all bookings where the field 'Notes' is NOT empty (does not contain a blank).
  • Country matches the value in the country text field.
    Country2 matches the value in the country selector. The countries are specified by their ISO character code (ISO 3166-1 alpha-2), for example:
    GB = Great Britain
    AU = Australia
    DE = Germany


選択されたフィールドに指定されたテキストが「含まれていない」予約のみを含めます。

複数の語句を選択する場合は、パイプ「|」マークで区切ります。

例 Breakfast|Dejeuner

この機能を使って、特定のフィールドに値が含まれているかどうかをチェックすることができます。例えば、「ノート」フィールドに何かが含まれている予約をすべて選択することができます。プルダウンから「ノート」を選択し、テキストフィールドを空白にします。プログラムは、「ノート」フィールドが空ではない(空白を含まない)すべての予約を取り込みます。 国名は、国名テキストフィールドの値と一致します。 国名2は、国セレクタの値と一致します。国は、ISO文字コード(ISO 3166-1 alpha-2)で指定されます。 GB = グレートブリテン AU = オーストラリア DE = ドイツ