QBE Training ERP User Training

Preview:

DESCRIPTION

QBE Training ERP User Training. QBE ( Query by example). When maintain order or report generation, can use QBE to query what data you want. QBE set conditions can be combination, not just only one condition can used in one time. How to use QBE Function. QBE Assumption 1. - PowerPoint PPT Presentation

Citation preview

QBE TrainingERP User Training

GANDA ERP PROJECT |

QBE (Query by example)

2

• When maintain order or report generation, can use QBE to query what data you want.

• QBE set conditions can be combination, not just only one condition can used in one time.

GANDA ERP PROJECT |

How to use QBE Function

3

Symbol Meaning Data Type Domain Pattern

= (Is Null) (All Simple SQL types) =

= or == (Equal to) (All Simple SQL types) ==x, =x

>  (Greater than) (All Simple SQL types) >x

<  (Less than) (All Simple SQL types) <x

>= (Not less than) (All Simple SQL types) >=x

<= (Not greater than) (All Simple SQL types) <=x

<> or != (Not equal to) (All Simple SQL types) !=x, <>x

: or .. (Range) (All Simple SQL types) x:y, x..y

* (Wildcard for any string) (CHAR, VARCHAR) *x, x*, *x*

? (Single-character wildcard) (CHAR, VARCHAR) ?x, x?, ?x?, x??

| (Logical OR) (All Simple SQL types) a | b

[c] (A set of characters) (CHAR, VARCHAR) [a-z]*, [xy]?

GANDA ERP PROJECT |

QBE Assumption 1

• Query Order number Start from “PO01”

4

GANDA ERP PROJECT |

QBE Assumption 2

• Query Order number Start from “PO01” ,middle is “1312”

5

GANDA ERP PROJECT |

QBE Assumption 3

• Query Order number Start from “PO01” ,middle is “13” and End with ”9”

6

GANDA ERP PROJECT |

QBE Assumption 4

• Query Order purchase Date is 17/12/2013

7

GANDA ERP PROJECT |

QBE Assumption 5

• Query Order purchase Date is before “17/12/2013”

8

GANDA ERP PROJECT |

QBE Assumption 6

• Query Order purchase Date is After “01/12/2013” and vender is “SU00017”

9

GANDA ERP PROJECT |

QBE Assumption 7

• Query Order Purchase Date Period is “10/12/2013 ~ 15/12/2013” and Creator is “tiptop”

10

GANDA ERP PROJECT |

QBE Assumption 8

• Query Order Create Date Period is “10/12/2013 ~ 15/12/2013” , Creator is “tiptop”And the purchase item is “MISC-F01”

11

GANDA ERP PROJECT | 12

GANDA ERP PROJECT |

Exercise

Query PR order1. Create by yourself2. Status : confirmed3. Stock-in Date : 011213~101213

13