Translations:EWM:Context menu actions/17/ja

From Remain Software
Jump to navigation Jump to search

Create a Task Filter

作業管理ビューの一番目のノードには、それぞれがフィルタによって定義されたタスクのリストが表示されます。すべてのリストには異なるアプリケーションのタスクが含まれる場合があります。タスクを見るため、まずフィルタを作成する必要があります。 フィルタを展開すると、そのフィルタに含まれるタスクが表示され、そのフィルタもフィルタ・グループに含ませることができます。


タスクというノードを展開します。

Ewm wmv02.png


「New Task Filter…」 をダブルクリックすると、選択基準を指定するためのダイアログが起動します。タスクは すべて の基準にパスしない限り、選択されません。

「Save」がチェックされていない場合、クライアントが閉じるとき、フィルタが削除されます!

TaskFilterPage1.png

Filter Name
Define the name of the filter. This is also the name the filter is saved with so some restrictions apply.
Filter Group
When specified, a filter group is created that contains the filter. It is convenient to group filters if you have a large number of filters.
Save
If you uncheck this then the filter will become a session filter which will be removed after restart.
Application Code
Specify an application code or a Regular Expression like DEM.* or (ORDER|TOOLS).
Regex
Will cause the tasks to be selected in the client rather than in the database request. It is therefor slower but more flexible.
Task Number Regex
Type a regular expression to find the task number like F0122 or F01.*
Task Description Regex
Type a regular expression to find the task description like .*decimal.*
Release Number Regex
Key a regular expression to find the task release like V3R0M0 or V3.*
Transfer Path Regex
Key a regular expression to find the task with the request Transfer Path like DB or (DB|WIM) or D*. You can press the list button (Listbutton.png) to get a list of all available transfer paths.
Review Status
Select the ratification status to filter the task.
Types
Select the task types that the tasks must be filtered with by clicking the arrow on the right.
Priorities
Select the priorities the tasks must be filtered with by clicking the arrow on the right.
Remote Jobs
  • Do not filter on status of remote jobs
  • Show Tasks with Failed or Pending Remote Jobs
  • Show Tasks with no Remote Job Issues

Regular Expression

いくつかのフィールドに対し、Regex(正規表現)が指定できます。正規表現は、よく知られているWindowsのワイルドカード * および ? を超えたワイルドカードを指定する非常に洗練した方法です。

正規表現の完全な扱い方はこのマニュアルの範囲外です。次の点に注意してください。

文字 意味 Windowsワイルドカード
.
任意の文字 ?
*
先行する文字の0回以上の繰り返し
.*
任意の文字列 *


表現 一致
A*C C、AC、AAC
A.C AAC、ABC、ACC、ADC
(DEMO|TOOLS) DEMOまたはTOOLS

Regexロジックは、関連するチェックボックスがチェックされたときのみ、アプリケーション・コード定義に適用されます。


特定のフィールドに対しフィルタリングする必要がない場合、空白のままにすることによってフィルタ・メカニズムに指示することができます。ステータス、プログラマの選択の指定を可能にするため、「Next」ボタンを押します。


Ewm wmv04a.png

Use For Environment Only to show Task with a specific Task Status. A Task status can be identical to a environment code (eg QA) or have a special status. A completed task is selected by entering *CMP into For Environment Only.

「Next」ボタンを押すと、一つ以上の日付に選択を指定できます。


Ewm wmv05.png

You need to press the Select Date button to enable filtering on that specific date.

Ewm wmv05a.png

You can select a specific date, clear the selection made previously or select Today. Using Today means that the current system date will be used.


「Next」ボタンを押すと、ソートするフィールドおよびソート順序を指定できます。


Ewm wmv06.png


ソート基準が指定されていないとき、タスクはアプリケーション(昇順)およびタスク番号(降順)にソートされます。


「Finish」ボタンを押すと、フィルタ基準にパスしたすべてのタスクが表示されます。デコレータ([…]の間のテキスト)に示したように、リストにいくつかのアプリケーションからのタスクを含むことができることに注意してください。

好きなだけ、いくつでもフィルタが定義できます。


Ewm wmv07.png