Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "vers": "1",
- "id": "CustomersMetadata",
- "name": "",
- "easyQuery": {
- "version": "5.2.0.12",
- "token": "6R8QZO33G8B4Q586"
- },
- "editors": [
- {
- "id": "_DTE",
- "tag": "EDIT",
- "defval": "",
- "rtype": 1
- },
- {
- "id": "_DPDE",
- "tag": "DATETIME",
- "defval": "${Today}",
- "rtype": 12
- },
- {
- "id": "_DPTE",
- "tag": "DATETIME",
- "defval": "${Now}",
- "rtype": 12
- }
- ],
- "operators": [
- {
- "id": "Equal",
- "cptn": "is equal to",
- "expr": "{expr1} = {expr2}",
- "fmt": "{expr1} [[is equal to]] {expr2}",
- "cfmt": "{const}",
- "kind": 0,
- "pcnt": 2,
- "group": "Common operators",
- "cond": false,
- "dtypes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 16],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "NotEqual",
- "cptn": "is not equal to",
- "expr": "{expr1} <> {expr2}",
- "fmt": "{expr1} [[is not equal to]] {expr2}",
- "cfmt": "{const}",
- "kind": 0,
- "pcnt": 2,
- "group": "Common operators",
- "cond": false,
- "dtypes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 16],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "LessThan",
- "cptn": "is less than",
- "expr": "{expr1} < {expr2}",
- "fmt": "{expr1} [[is less than]] {expr2}",
- "cfmt": "{const}",
- "kind": 0,
- "pcnt": 2,
- "group": "Common operators",
- "cond": false,
- "dtypes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 16],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "LessOrEqual",
- "cptn": "is less than or equal to",
- "expr": "{expr1} <= {expr2}",
- "fmt": "{expr1} [[is less than or equal to]] {expr2}",
- "cfmt": "{const}",
- "kind": 0,
- "pcnt": 2,
- "group": "Common operators",
- "cond": false,
- "dtypes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 16],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "GreaterThan",
- "cptn": "is greater than",
- "expr": "{expr1} > {expr2}",
- "fmt": "{expr1} [[is greater than]] {expr2}",
- "cfmt": "{const}",
- "kind": 0,
- "pcnt": 2,
- "group": "Common operators",
- "cond": false,
- "dtypes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 16],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "GreaterOrEqual",
- "cptn": "is greater than or equal to",
- "expr": "{expr1} >= {expr2}",
- "fmt": "{expr1} [[is greater than or equal to]] {expr2}",
- "cfmt": "{const}",
- "kind": 0,
- "pcnt": 2,
- "group": "Common operators",
- "cond": false,
- "dtypes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 16],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "IsNull",
- "cptn": "is null",
- "expr": "{expr1} IS NULL",
- "fmt": "{expr1} [[is null]]",
- "cfmt": "{const}",
- "kind": 0,
- "pcnt": 1,
- "group": "Common operators",
- "cond": false,
- "dtypes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 16],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "IsNotNull",
- "cptn": "is not null",
- "expr": "{expr1} IS NOT NULL",
- "fmt": "{expr1} [[is not null]]",
- "cfmt": "{const}",
- "kind": 0,
- "pcnt": 1,
- "group": "Common operators",
- "cond": false,
- "dtypes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 16],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "IsTrue",
- "cptn": "is true",
- "expr": "{expr1} = ${true}",
- "fmt": "{expr1} [[is true]]",
- "cfmt": "{const}",
- "kind": 0,
- "pcnt": 1,
- "group": "Boolean operators",
- "cond": false,
- "dtypes": [6, 7],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "NotTrue",
- "cptn": "is not true",
- "expr": "(({expr1} <> ${true}) OR ({expr1} IS NULL))",
- "fmt": "{expr1} [[is not true]]",
- "cfmt": "{const}",
- "kind": 0,
- "pcnt": 1,
- "group": "Boolean operators",
- "cond": false,
- "dtypes": [6, 7],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "InList",
- "cptn": "is in list",
- "expr": "{expr1} in ({expr2})",
- "fmt": "{expr1} [[is in list]] {expr2}",
- "cfmt": "{const}",
- "kind": 4,
- "pcnt": 2,
- "group": "Common operators",
- "cond": false,
- "dtypes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 16],
- "defOperand": {
- "dtype": 0,
- "kind": 4
- }
- },
- {
- "id": "NotInList",
- "cptn": "is not in list",
- "expr": "NOT ({expr1} in ({expr2}))",
- "fmt": "{expr1} [[is not in list]] {expr2}",
- "cfmt": "{const}",
- "kind": 4,
- "pcnt": 2,
- "group": "Common operators",
- "cond": false,
- "dtypes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 16],
- "defOperand": {
- "dtype": 0,
- "kind": 4
- }
- },
- {
- "id": "Between",
- "cptn": "is between",
- "expr": "{expr1} BETWEEN {expr2} AND {expr3}",
- "fmt": "{expr1} [[is between]] {expr2} and {expr3}",
- "cfmt": "{const}",
- "kind": 0,
- "isRange": true,
- "pcnt": 3,
- "group": "Common operators",
- "cond": false,
- "dtypes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 16],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "NotBetween",
- "cptn": "is not between",
- "expr": "NOT ({expr1} BETWEEN {expr2} AND {expr3})",
- "fmt": "{expr1} [[is not between]] {expr2} and {expr3}",
- "cfmt": "{const}",
- "kind": 0,
- "isRange": true,
- "pcnt": 3,
- "group": "Common operators",
- "cond": false,
- "dtypes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 16],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "StartsWith",
- "cptn": "starts with",
- "expr": "{expr1} LIKE {expr2}",
- "fmt": "{expr1} [[starts with]] {expr2}",
- "cfmt": "{const}{ws}",
- "kind": 0,
- "pcnt": 2,
- "editor": "_DTE",
- "group": "String operators",
- "cond": false,
- "dtypes": [1, 14, 16, 7],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "NotStartsWith",
- "cptn": "does not start with",
- "expr": "NOT ({expr1} LIKE {expr2})",
- "fmt": "{expr1} [[does not start with]] {expr2}",
- "cfmt": "{const}{ws}",
- "kind": 0,
- "pcnt": 2,
- "editor": "_DTE",
- "group": "String operators",
- "cond": false,
- "dtypes": [1, 14, 16, 7],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "Contains",
- "cptn": "contains",
- "expr": "{expr1} LIKE {expr2}",
- "fmt": "{expr1} [[contains]] {expr2}",
- "cfmt": "{ws}{const}{ws}",
- "kind": 0,
- "pcnt": 2,
- "editor": "_DTE",
- "group": "String operators",
- "cond": false,
- "dtypes": [1, 14, 16, 7],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "NotContains",
- "cptn": "does not contain",
- "expr": "NOT ({expr1} LIKE {expr2})",
- "fmt": "{expr1} [[does not contain]] {expr2}",
- "cfmt": "{ws}{const}{ws}",
- "kind": 0,
- "pcnt": 2,
- "editor": "_DTE",
- "group": "String operators",
- "cond": false,
- "dtypes": [1, 14, 16, 7],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "InSubQuery",
- "cptn": "in sub query",
- "expr": "{expr1} IN ({expr2})",
- "fmt": "{expr1} [[in sub query]] {expr2}",
- "cfmt": "{const}",
- "kind": 5,
- "pcnt": 2,
- "group": "Common operators",
- "cond": false,
- "dtypes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 16],
- "defOperand": {
- "dtype": 0,
- "kind": 5
- }
- },
- {
- "id": "NotInSubQuery",
- "cptn": "not in sub query",
- "expr": "NOT ({expr1} IN ({expr2}))",
- "fmt": "{expr1} [[is not in sub query]] {expr2}",
- "cfmt": "{const}",
- "kind": 5,
- "pcnt": 2,
- "group": "Common operators",
- "cond": false,
- "dtypes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 16],
- "defOperand": {
- "dtype": 0,
- "kind": 5
- }
- },
- {
- "id": "DateWithinToday",
- "cptn": "today",
- "expr": "${{Today}} <= {expr1} AND {expr1} < ${{Tomorrow}}",
- "fmt": "{expr1} [[within today]]",
- "cfmt": "{const}",
- "kind": 0,
- "pcnt": 1,
- "group": "Date/time operators",
- "cond": false,
- "dtypes": [10, 11, 12, 7],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "DateWithinThisWeek",
- "cptn": "this week",
- "expr": "${{FirstDayOfWeek}} <= {expr1} AND {expr1} < ${{FirstDayOfNextWeek}}",
- "fmt": "{expr1} [[within this week]]",
- "cfmt": "{const}",
- "kind": 0,
- "pcnt": 1,
- "group": "Date/time operators",
- "cond": false,
- "dtypes": [10, 11, 12, 7],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "DateWithinPrevWeek",
- "cptn": "last week",
- "expr": "${{FirstDayOfPrevWeek}} <= {expr1} AND {expr1} < ${{FirstDayOfWeek}}",
- "fmt": "{expr1} [[within last week]]",
- "cfmt": "{const}",
- "kind": 0,
- "pcnt": 1,
- "group": "Date/time operators",
- "cond": false,
- "dtypes": [10, 11, 12, 7],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "DateWithinThisMonth",
- "cptn": "this month",
- "expr": "${{FirstDayOfMonth}} <= {expr1} AND {expr1} < ${{FirstDayOfNextMonth}}",
- "fmt": "{expr1} [[within this month]]",
- "cfmt": "{const}",
- "kind": 0,
- "pcnt": 1,
- "group": "Date/time operators",
- "cond": false,
- "dtypes": [10, 11, 12, 7],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "DateWithinPrevMonth",
- "cptn": "previous month",
- "expr": "${{FirstDayOfPrevMonth}} <= {expr1} AND {expr1} < ${{FirstDayOfMonth}}",
- "fmt": "{expr1} [[within previous month]]",
- "cfmt": "{const}",
- "kind": 0,
- "pcnt": 1,
- "group": "Date/time operators",
- "cond": false,
- "dtypes": [10, 11, 12, 7],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "DateWithinThisYear",
- "cptn": "this year",
- "expr": "${{FirstDayOfYear}} <= {expr1} AND {expr1} < ${{FirstDayOfNextYear}}",
- "fmt": "{expr1} [[within this year]]",
- "cfmt": "{const}",
- "kind": 0,
- "pcnt": 1,
- "group": "Date/time operators",
- "cond": false,
- "dtypes": [10, 11, 12, 7],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "DateWithinPrevYear",
- "cptn": "last year",
- "expr": "${{FirstDayOfPrevYear}} <= {expr1} AND {expr1} < ${{FirstDayOfYear}}",
- "fmt": "{expr1} [[within last year]]",
- "cfmt": "{const}",
- "kind": 0,
- "pcnt": 1,
- "group": "Date/time operators",
- "cond": false,
- "dtypes": [10, 11, 12, 7],
- "defOperand": {
- "dtype": 0,
- "kind": 0
- }
- },
- {
- "id": "DateBeforePrecise",
- "cptn": "before",
- "expr": "{expr1} < {expr2}",
- "fmt": "{expr1} [[before]] {expr2}",
- "cfmt": "{const}",
- "kind": 0,
- "pcnt": 2,
- "editor": "_DPDE",
- "group": "Date/time operators",
- "cond": false,
- "dtypes": [10, 11, 12, 7],
- "defOperand": {
- "dtype": 0,
- "kind": 0,
- "val": "${Today}"
- }
- },
- {
- "id": "DateAfterPrecise",
- "cptn": "after",
- "expr": "{expr1} >= {expr2}",
- "fmt": "{expr1} [[after]] {expr2}",
- "cfmt": "{const}",
- "kind": 0,
- "pcnt": 2,
- "editor": "_DPDE",
- "group": "Date/time operators",
- "cond": false,
- "dtypes": [10, 11, 12, 7],
- "defOperand": {
- "dtype": 0,
- "kind": 0,
- "val": "${Today}"
- }
- },
- {
- "id": "DatePeriodPrecise",
- "cptn": "custom period",
- "expr": "{expr1} BETWEEN {expr2} AND {expr3}",
- "fmt": "{expr1} [[within]] {expr2} and {expr3}",
- "cfmt": "{const}",
- "kind": 0,
- "isRange": true,
- "pcnt": 3,
- "editor": "_DPDE",
- "group": "Date/time operators",
- "cond": false,
- "dtypes": [10, 11, 12, 7],
- "defOperand": {
- "dtype": 0,
- "kind": 0,
- "val": "${Today}"
- },
- "operands": [
- {
- "dtype": 0,
- "kind": 0,
- "defVal": "${FirstDayOfMonth}"
- },
- {
- "dtype": 0,
- "kind": 0,
- "defVal": "${Today}"
- }
- ]
- },
- {
- "id": "TimeBeforePrecise",
- "cptn": "before",
- "expr": "{expr1} < {expr2}",
- "fmt": "{expr1} [[before]] {expr2}",
- "cfmt": "{const}",
- "kind": 0,
- "pcnt": 2,
- "editor": "_DPTE",
- "group": "Date/time operators",
- "cond": false,
- "dtypes": [10, 11, 12, 7],
- "defOperand": {
- "dtype": 0,
- "kind": 0,
- "val": "${Today}"
- }
- },
- {
- "id": "TimeAfterPrecise",
- "cptn": "after",
- "expr": "{expr1} >= {expr2}",
- "fmt": "{expr1} [[after]] {expr2}",
- "cfmt": "{const}",
- "kind": 0,
- "pcnt": 2,
- "editor": "_DPTE",
- "group": "Date/time operators",
- "cond": false,
- "dtypes": [10, 11, 12, 7],
- "defOperand": {
- "dtype": 0,
- "kind": 0,
- "val": "${Today}"
- }
- },
- {
- "id": "TimePeriodPrecise",
- "cptn": "between",
- "expr": "{expr1} BETWEEN {expr2} AND {expr3}",
- "fmt": "{expr1} [[between]] {expr2} and {expr3}",
- "cfmt": "{const}",
- "kind": 0,
- "isRange": true,
- "pcnt": 3,
- "editor": "_DPTE",
- "group": "Date/time operators",
- "cond": false,
- "dtypes": [10, 11, 12, 7],
- "defOperand": {
- "dtype": 0,
- "kind": 0,
- "val": "${Today}"
- },
- "operands": [
- {
- "dtype": 0,
- "kind": 0,
- "defVal": "${HourStart}"
- },
- {
- "dtype": 0,
- "kind": 0,
- "defVal": "${Now}"
- }
- ]
- },
- {
- "id": "MaximumOfAttr",
- "cptn": "is maximum of",
- "expr": "{expr1} = (SELECT MAX({expr2.field}) FROM {expr2.table})",
- "fmt": "{expr1} [[is equal to maximum of]] {expr2}",
- "cfmt": "{const}",
- "kind": 2,
- "pcnt": 2,
- "group": "Other operators",
- "cond": false,
- "dtypes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 16],
- "defOperand": {
- "dtype": 0,
- "kind": 2
- }
- },
- {
- "id": "InRange",
- "cptn": "is in range",
- "expr": "{expr1} BETWEEN {expr2[0]} AND {expr2[1]}",
- "fmt": "{expr1} [[is in range]] {expr2}",
- "cfmt": "{const}",
- "kind": 4,
- "pcnt": 2,
- "group": "Other operators",
- "cond": false,
- "dtypes": [2, 3, 4, 5, 7],
- "defOperand": {
- "dtype": 0,
- "kind": 4
- }
- },
- {
- "id": "LastNMonth",
- "cptn": "Last N months",
- "expr": "DATEDIFF(month, {expr1}, GETDATE()) < {expr2}",
- "fmt": "{expr1} [[within last]] {expr2} months",
- "cfmt": "{const}",
- "kind": 0,
- "pcnt": 2,
- "group": "Other operators",
- "cond": false,
- "dtypes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 16],
- "defOperand": {
- "dtype": 4,
- "kind": 0
- }
- }
- ],
- "tables": [
- {
- "tag": "db",
- "alias": "Orders",
- "schema": "",
- "db": "",
- "dsgnLayout": "",
- "priority": 1000,
- "name": "Orders",
- "hints": "",
- "quote": false
- }
- ],
- "entroot": {
- "uir": true,
- "uic": true,
- "uis": true,
- "attrs": [],
- "ents": [
- {
- "id": "Order",
- "name": "Order",
- "uir": true,
- "uic": true,
- "uis": true,
- "attrs": [
- {
- "id": "Order.OrderID",
- "cptn": "Order i d",
- "dtype": 4,
- "kind": 0,
- "size": 0,
- "uir": false,
- "uic": false,
- "uis": true,
- "opg": 99,
- "ops": [
- "Equal",
- "Between",
- "LessThan",
- "LessOrEqual",
- "GreaterThan",
- "GreaterOrEqual",
- "InList",
- "NotEqual",
- "NotBetween",
- "NotInList",
- "MaximumOfAttr",
- "InSubQuery",
- "NotInSubQuery"
- ],
- "expr": "OrderID",
- "cfunc": "",
- "qtd": false,
- "ual": true,
- "aggr": false,
- "tbls": ["Orders"]
- },
- {
- "id": "Order.CustomerID",
- "cptn": "Customer",
- "dtype": 1,
- "kind": 0,
- "size": 0,
- "uir": false,
- "uic": true,
- "uis": true,
- "opg": 99,
- "ops": [
- "Equal",
- "NotEqual",
- "InList",
- "NotInList",
- "IsNull",
- "IsNotNull"
- ],
- "edtr": "VE_Order.CustomerID",
- "expr": "CustomerID",
- "cfunc": "",
- "qtd": false,
- "ual": true,
- "aggr": false,
- "tbls": ["Orders"]
- },
- {
- "id": "Order.EmployeeID",
- "cptn": "Employee",
- "dtype": 4,
- "kind": 0,
- "size": 0,
- "uir": false,
- "uic": true,
- "uis": true,
- "opg": 99,
- "ops": ["Equal", "NotEqual", "InList", "NotInList"],
- "edtr": "VE_Order.EmployeeId",
- "expr": "EmployeeID",
- "cfunc": "",
- "qtd": false,
- "ual": true,
- "aggr": false,
- "tbls": ["Orders"]
- },
- {
- "id": "Order.Freight",
- "cptn": "Freight",
- "dtype": 8,
- "kind": 0,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "opg": 99,
- "ops": [
- "Equal",
- "Between",
- "LessThan",
- "LessOrEqual",
- "GreaterThan",
- "GreaterOrEqual",
- "InList",
- "NotEqual",
- "NotBetween",
- "NotInList",
- "MaximumOfAttr",
- "InSubQuery",
- "NotInSubQuery",
- "IsNull",
- "IsNotNull"
- ],
- "expr": "Freight",
- "cfunc": "",
- "qtd": false,
- "ual": true,
- "aggr": false,
- "tbls": ["Orders"]
- },
- {
- "id": "Order.OrderDate",
- "cptn": "Ordered",
- "dtype": 12,
- "kind": 0,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "opg": 99,
- "ops": [
- "DateWithinToday",
- "DateWithinThisWeek",
- "DateWithinPrevWeek",
- "DateWithinThisMonth",
- "DateWithinPrevMonth",
- "DateWithinThisYear",
- "DateWithinPrevYear",
- "DateBeforePrecise",
- "DateAfterPrecise",
- "DatePeriodPrecise",
- "MaximumOfAttr",
- "IsNull",
- "IsNotNull"
- ],
- "expr": "OrderDate",
- "cfunc": "",
- "qtd": false,
- "ual": true,
- "aggr": false,
- "tbls": ["Orders"]
- },
- {
- "id": "Order.RequiredDate",
- "cptn": "Required",
- "dtype": 12,
- "kind": 0,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "opg": 99,
- "ops": [
- "DateWithinToday",
- "DateWithinThisWeek",
- "DateWithinPrevWeek",
- "DateWithinThisMonth",
- "DateWithinPrevMonth",
- "DateWithinThisYear",
- "DateWithinPrevYear",
- "DateBeforePrecise",
- "DateAfterPrecise",
- "DatePeriodPrecise",
- "MaximumOfAttr",
- "IsNull",
- "IsNotNull"
- ],
- "expr": "RequiredDate",
- "cfunc": "",
- "qtd": false,
- "ual": true,
- "aggr": false,
- "tbls": ["Orders"]
- },
- {
- "id": "Order.ShipAddress",
- "cptn": "Ship address",
- "dtype": 1,
- "kind": 0,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "opg": 99,
- "ops": [
- "StartsWith",
- "Contains",
- "Equal",
- "InList",
- "NotStartsWith",
- "NotContains",
- "NotEqual",
- "NotInList",
- "InSubQuery",
- "NotInSubQuery",
- "IsNull",
- "IsNotNull"
- ],
- "expr": "ShipAddress",
- "cfunc": "",
- "qtd": false,
- "ual": true,
- "aggr": false,
- "tbls": ["Orders"]
- },
- {
- "id": "Order.ShipCity",
- "cptn": "Ship city",
- "dtype": 1,
- "kind": 0,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "opg": 99,
- "ops": [
- "StartsWith",
- "Contains",
- "Equal",
- "InList",
- "NotStartsWith",
- "NotContains",
- "NotEqual",
- "NotInList",
- "InSubQuery",
- "NotInSubQuery",
- "IsNull",
- "IsNotNull"
- ],
- "expr": "ShipCity",
- "cfunc": "",
- "qtd": false,
- "ual": true,
- "aggr": false,
- "tbls": ["Orders"]
- },
- {
- "id": "Order.ShipCountry",
- "cptn": "Ship country",
- "dtype": 1,
- "kind": 0,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "opg": 99,
- "ops": [
- "StartsWith",
- "Contains",
- "Equal",
- "InList",
- "NotStartsWith",
- "NotContains",
- "NotEqual",
- "NotInList",
- "InSubQuery",
- "NotInSubQuery",
- "IsNull",
- "IsNotNull"
- ],
- "expr": "ShipCountry",
- "cfunc": "",
- "qtd": false,
- "ual": true,
- "aggr": false,
- "tbls": ["Orders"]
- },
- {
- "id": "Order.ShipName",
- "cptn": "Ship name",
- "dtype": 1,
- "kind": 0,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "opg": 99,
- "ops": [
- "StartsWith",
- "Contains",
- "Equal",
- "InList",
- "NotStartsWith",
- "NotContains",
- "NotEqual",
- "NotInList",
- "InSubQuery",
- "NotInSubQuery",
- "IsNull",
- "IsNotNull"
- ],
- "expr": "ShipName",
- "cfunc": "",
- "qtd": false,
- "ual": true,
- "aggr": false,
- "tbls": ["Orders"]
- },
- {
- "id": "Order.ShipPostalCode",
- "cptn": "Ship postal code",
- "dtype": 1,
- "kind": 0,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "opg": 99,
- "ops": [
- "StartsWith",
- "Contains",
- "Equal",
- "InList",
- "NotStartsWith",
- "NotContains",
- "NotEqual",
- "NotInList",
- "InSubQuery",
- "NotInSubQuery",
- "IsNull",
- "IsNotNull"
- ],
- "expr": "ShipPostalCode",
- "cfunc": "",
- "qtd": false,
- "ual": true,
- "aggr": false,
- "tbls": ["Orders"]
- },
- {
- "id": "Order.ShipRegion",
- "cptn": "Ship region",
- "dtype": 1,
- "kind": 0,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "opg": 99,
- "ops": [
- "StartsWith",
- "Contains",
- "Equal",
- "InList",
- "NotStartsWith",
- "NotContains",
- "NotEqual",
- "NotInList",
- "InSubQuery",
- "NotInSubQuery",
- "IsNull",
- "IsNotNull"
- ],
- "expr": "ShipRegion",
- "cfunc": "",
- "qtd": false,
- "ual": true,
- "aggr": false,
- "tbls": ["Orders"]
- },
- {
- "id": "Order.ShipVia",
- "cptn": "Ship via",
- "dtype": 4,
- "kind": 0,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "opg": 99,
- "ops": [
- "Equal",
- "Between",
- "LessThan",
- "LessOrEqual",
- "GreaterThan",
- "GreaterOrEqual",
- "InList",
- "NotEqual",
- "NotBetween",
- "NotInList",
- "MaximumOfAttr",
- "InSubQuery",
- "NotInSubQuery",
- "IsNull",
- "IsNotNull"
- ],
- "expr": "ShipVia",
- "cfunc": "",
- "qtd": false,
- "ual": true,
- "aggr": false,
- "tbls": ["Orders"]
- },
- {
- "id": "Order.ShippedDate",
- "cptn": "Shipped",
- "dtype": 12,
- "kind": 0,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "opg": 99,
- "ops": [
- "DateWithinToday",
- "DateWithinThisWeek",
- "DateWithinPrevWeek",
- "DateWithinThisMonth",
- "DateWithinPrevMonth",
- "DateWithinThisYear",
- "DateWithinPrevYear",
- "DateBeforePrecise",
- "DateAfterPrecise",
- "DatePeriodPrecise",
- "MaximumOfAttr",
- "IsNull",
- "IsNotNull"
- ],
- "expr": "ShippedDate",
- "cfunc": "",
- "qtd": false,
- "ual": true,
- "aggr": false,
- "tbls": ["Orders"]
- }
- ]
- }
- ]
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment