Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "vers": "1",
- "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",
- "caseIns": true,
- "isRange": false,
- "fmt": "{expr1} [[is equal to]] {expr2}",
- "pcnt": 2
- },
- {
- "id": "NotEqual",
- "cptn": "is not equal to",
- "caseIns": true,
- "isRange": false,
- "fmt": "{expr1} [[is not equal to]] {expr2}",
- "pcnt": 2
- },
- {
- "id": "LessThan",
- "cptn": "is less than",
- "caseIns": true,
- "isRange": false,
- "fmt": "{expr1} [[is less than]] {expr2}",
- "pcnt": 2
- },
- {
- "id": "LessOrEqual",
- "cptn": "is less than or equal to",
- "caseIns": true,
- "isRange": false,
- "fmt": "{expr1} [[is less than or equal to]] {expr2}",
- "pcnt": 2
- },
- {
- "id": "GreaterThan",
- "cptn": "is greater than",
- "caseIns": true,
- "isRange": false,
- "fmt": "{expr1} [[is greater than]] {expr2}",
- "pcnt": 2
- },
- {
- "id": "GreaterOrEqual",
- "cptn": "is greater than or equal to",
- "caseIns": true,
- "isRange": false,
- "fmt": "{expr1} [[is greater than or equal to]] {expr2}",
- "pcnt": 2
- },
- {
- "id": "IsNull",
- "cptn": "is null",
- "caseIns": true,
- "isRange": false,
- "fmt": "{expr1} [[is null]]",
- "pcnt": 1
- },
- {
- "id": "IsNotNull",
- "cptn": "is not null",
- "caseIns": true,
- "isRange": false,
- "fmt": "{expr1} [[is not null]]",
- "pcnt": 1
- },
- {
- "id": "IsTrue",
- "cptn": "is true",
- "caseIns": true,
- "isRange": false,
- "fmt": "{expr1} [[is true]]",
- "pcnt": 1
- },
- {
- "id": "NotTrue",
- "cptn": "is not true",
- "caseIns": true,
- "isRange": false,
- "fmt": "{expr1} [[is not true]]",
- "pcnt": 1
- },
- {
- "id": "Between",
- "cptn": "is between",
- "caseIns": true,
- "isRange": true,
- "fmt": "{expr1} [[is between]] {expr2} and {expr3}",
- "pcnt": 3
- },
- {
- "id": "NotBetween",
- "cptn": "is not between",
- "caseIns": true,
- "isRange": true,
- "fmt": "{expr1} [[is not between]] {expr2} and {expr3}",
- "pcnt": 3
- },
- {
- "id": "StartsWith",
- "cptn": "starts with",
- "caseIns": true,
- "isRange": false,
- "fmt": "{expr1} [[starts with]] {expr2}",
- "pcnt": 2,
- "editor": "_DTE"
- },
- {
- "id": "NotStartsWith",
- "cptn": "does not start with",
- "caseIns": true,
- "isRange": false,
- "fmt": "{expr1} [[does not start with]] {expr2}",
- "pcnt": 2,
- "editor": "_DTE"
- },
- {
- "id": "Contains",
- "cptn": "contains",
- "caseIns": true,
- "isRange": false,
- "fmt": "{expr1} [[contains]] {expr2}",
- "pcnt": 2,
- "editor": "_DTE"
- },
- {
- "id": "NotContains",
- "cptn": "does not contain",
- "caseIns": true,
- "isRange": false,
- "fmt": "{expr1} [[does not start with]] {expr2}",
- "pcnt": 2,
- "editor": "_DTE"
- },
- {
- "id": "DateBeforePrecise",
- "cptn": "before",
- "caseIns": true,
- "isRange": false,
- "fmt": "{expr1} [[before]] {expr2}",
- "pcnt": 2,
- "defOperand": {
- "dtype": 0,
- "kind": 0,
- "val": "${Today}"
- },
- "editor": "_DPDE"
- },
- {
- "id": "DateAfterPrecise",
- "cptn": "after",
- "caseIns": true,
- "isRange": false,
- "fmt": "{expr1} [[after]] {expr2}",
- "pcnt": 2,
- "defOperand": {
- "dtype": 0,
- "kind": 0,
- "val": "${Today}"
- },
- "editor": "_DPDE"
- },
- {
- "id": "DateEqualPrecise",
- "cptn": "on",
- "caseIns": true,
- "isRange": false,
- "fmt": "{expr1} [[on]] {expr2}",
- "pcnt": 2,
- "defOperand": {
- "dtype": 0,
- "kind": 0,
- "val": "${Today}"
- },
- "editor": "_DPDE"
- },
- {
- "id": "DateNotEqualPrecise",
- "cptn": "not on",
- "caseIns": true,
- "isRange": false,
- "fmt": "{expr1} [[not on]] {expr2}",
- "pcnt": 2,
- "defOperand": {
- "dtype": 0,
- "kind": 0,
- "val": "${Today}"
- },
- "editor": "_DPDE"
- },
- {
- "id": "TimeEqualPrecise",
- "cptn": "on",
- "caseIns": true,
- "isRange": false,
- "fmt": "{expr1} [[equal]] {expr2}",
- "pcnt": 2,
- "defOperand": {
- "dtype": 0,
- "kind": 0,
- "val": "${Today}"
- },
- "editor": "_DPDE"
- },
- {
- "id": "TimeNotEqualPrecise",
- "cptn": "not on",
- "caseIns": true,
- "isRange": false,
- "fmt": "{expr1} [[not equal]] {expr2}",
- "pcnt": 2,
- "defOperand": {
- "dtype": 0,
- "kind": 0,
- "val": "${Today}"
- },
- "editor": "_DPDE"
- },
- {
- "id": "TimeBeforePrecise",
- "cptn": "before",
- "caseIns": true,
- "isRange": false,
- "fmt": "{expr1} [[before]] {expr2}",
- "pcnt": 2,
- "defOperand": {
- "dtype": 0,
- "kind": 0,
- "val": "${Today}"
- },
- "editor": "_DPDE"
- },
- {
- "id": "TimeAfterPrecise",
- "cptn": "after",
- "caseIns": true,
- "isRange": false,
- "fmt": "{expr1} [[after]] {expr2}",
- "pcnt": 2,
- "defOperand": {
- "dtype": 0,
- "kind": 0,
- "val": "${Today}"
- },
- "editor": "_DPDE"
- },
- {
- "id": "DatePeriodPrecise",
- "cptn": "custom period",
- "caseIns": true,
- "isRange": true,
- "fmt": "{expr1} [[within]] {expr2} and {expr3}",
- "pcnt": 3,
- "defOperand": {
- "dtype": 0,
- "kind": 0,
- "val": "${Today}"
- },
- "editor": "_DPDE",
- "operands": [
- {
- "dtype": 0,
- "kind": 0,
- "val": "${FirstDayOfMonth}"
- },
- {
- "dtype": 0,
- "kind": 0,
- "val": "${Today}"
- }
- ]
- },
- {
- "id": "TimePeriodPrecise",
- "cptn": "between",
- "caseIns": true,
- "isRange": true,
- "fmt": "{expr1} [[between]] {expr2} and {expr3}",
- "pcnt": 3,
- "editor": "_DPTE",
- "operands": [
- {
- "dtype": 0,
- "kind": 0,
- "val": "${HourStart}"
- },
- {
- "dtype": 0,
- "kind": 0,
- "val": "${Now}"
- }
- ]
- }
- ],
- "id": "DataBox_Link",
- "name": "DataBox_Link",
- "entroot": {
- "name": "DataBox_Link",
- "uir": true,
- "uic": true,
- "uis": true,
- "ents": [
- {
- "name": "DataBox_Link",
- "uir": true,
- "uic": true,
- "uis": true,
- "attrs": [
- {
- "id": "Orders.OrderID",
- "cptn": "OrderID",
- "dtype": 4,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "Equal",
- "NotEqual",
- "LessThan",
- "LessOrEqual",
- "GreaterThan",
- "GreaterOrEqual",
- "Between",
- "NotBetween"
- ],
- "sqlExpr": "Orders.OrderID",
- "defOperator": "",
- "lookupAttr": "OrderID"
- },
- {
- "id": "Orders.CustomerID",
- "cptn": "CustomerID",
- "dtype": 16,
- "size": 5,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "Equal",
- "NotEqual",
- "StartsWith",
- "NotStartsWith",
- "Contains",
- "NotContains"
- ],
- "sqlExpr": "Orders.CustomerID",
- "defOperator": "",
- "lookupAttr": "CustomerID"
- },
- {
- "id": "Orders.EmployeeID",
- "cptn": "EmployeeID",
- "dtype": 4,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "Equal",
- "NotEqual",
- "LessThan",
- "LessOrEqual",
- "GreaterThan",
- "GreaterOrEqual",
- "Between",
- "NotBetween"
- ],
- "sqlExpr": "Orders.EmployeeID",
- "defOperator": "",
- "lookupAttr": "EmployeeID"
- },
- {
- "id": "Orders.OrderDate",
- "cptn": "OrderDate",
- "dtype": 12,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "DateBeforePrecise",
- "DateAfterPrecise",
- "DateEqualPrecise",
- "DateNotEqualPrecise",
- "TimeBeforePrecise",
- "TimeAfterPrecise",
- "TimeEqualPrecise",
- "TimeNotEqualPrecise"
- ],
- "sqlExpr": "Orders.OrderDate",
- "defOperator": "",
- "lookupAttr": "OrderDate"
- },
- {
- "id": "Orders.RequiredDate",
- "cptn": "RequiredDate",
- "dtype": 12,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "DateBeforePrecise",
- "DateAfterPrecise",
- "DateEqualPrecise",
- "DateNotEqualPrecise",
- "TimeBeforePrecise",
- "TimeAfterPrecise",
- "TimeEqualPrecise",
- "TimeNotEqualPrecise"
- ],
- "sqlExpr": "Orders.RequiredDate",
- "defOperator": "",
- "lookupAttr": "RequiredDate"
- },
- {
- "id": "Orders.ShippedDate",
- "cptn": "ShippedDate",
- "dtype": 12,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "DateBeforePrecise",
- "DateAfterPrecise",
- "DateEqualPrecise",
- "DateNotEqualPrecise",
- "TimeBeforePrecise",
- "TimeAfterPrecise",
- "TimeEqualPrecise",
- "TimeNotEqualPrecise"
- ],
- "sqlExpr": "Orders.ShippedDate",
- "defOperator": "",
- "lookupAttr": "ShippedDate"
- },
- {
- "id": "Orders.ShipVia",
- "cptn": "ShipVia",
- "dtype": 4,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "Equal",
- "NotEqual",
- "LessThan",
- "LessOrEqual",
- "GreaterThan",
- "GreaterOrEqual",
- "Between",
- "NotBetween"
- ],
- "sqlExpr": "Orders.ShipVia",
- "defOperator": "",
- "lookupAttr": "ShipVia"
- },
- {
- "id": "Orders.Freight",
- "cptn": "Freight",
- "dtype": 8,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "Equal",
- "NotEqual",
- "LessThan",
- "LessOrEqual",
- "GreaterThan",
- "GreaterOrEqual",
- "Between",
- "NotBetween"
- ],
- "sqlExpr": "Orders.Freight",
- "defOperator": "",
- "lookupAttr": "Freight"
- },
- {
- "id": "Orders.ShipName",
- "cptn": "ShipName",
- "dtype": 1,
- "size": 40,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "Equal",
- "NotEqual",
- "StartsWith",
- "NotStartsWith",
- "Contains",
- "NotContains"
- ],
- "sqlExpr": "Orders.ShipName",
- "defOperator": "",
- "lookupAttr": "ShipName"
- },
- {
- "id": "Orders.ShipAddress",
- "cptn": "ShipAddress",
- "dtype": 1,
- "size": 60,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "Equal",
- "NotEqual",
- "StartsWith",
- "NotStartsWith",
- "Contains",
- "NotContains"
- ],
- "sqlExpr": "Orders.ShipAddress",
- "defOperator": "",
- "lookupAttr": "ShipAddress"
- },
- {
- "id": "Orders.ShipCity",
- "cptn": "ShipCity",
- "dtype": 1,
- "size": 15,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "Equal",
- "NotEqual",
- "StartsWith",
- "NotStartsWith",
- "Contains",
- "NotContains"
- ],
- "sqlExpr": "Orders.ShipCity",
- "defOperator": "",
- "lookupAttr": "ShipCity"
- },
- {
- "id": "Orders.ShipRegion",
- "cptn": "ShipRegion",
- "dtype": 1,
- "size": 15,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "Equal",
- "NotEqual",
- "StartsWith",
- "NotStartsWith",
- "Contains",
- "NotContains"
- ],
- "sqlExpr": "Orders.ShipRegion",
- "defOperator": "",
- "lookupAttr": "ShipRegion"
- },
- {
- "id": "Orders.ShipPostalCode",
- "cptn": "ShipPostalCode",
- "dtype": 1,
- "size": 10,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "Equal",
- "NotEqual",
- "StartsWith",
- "NotStartsWith",
- "Contains",
- "NotContains"
- ],
- "sqlExpr": "Orders.ShipPostalCode",
- "defOperator": "",
- "lookupAttr": "ShipPostalCode"
- },
- {
- "id": "Orders.ShipCountry",
- "cptn": "ShipCountry",
- "dtype": 1,
- "size": 15,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "Equal",
- "NotEqual",
- "StartsWith",
- "NotStartsWith",
- "Contains",
- "NotContains"
- ],
- "sqlExpr": "Orders.ShipCountry",
- "defOperator": "",
- "lookupAttr": "ShipCountry"
- },
- {
- "id": "Orders.Price",
- "cptn": "Price",
- "dtype": 4,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "Equal",
- "NotEqual",
- "LessThan",
- "LessOrEqual",
- "GreaterThan",
- "GreaterOrEqual",
- "Between",
- "NotBetween"
- ],
- "sqlExpr": "Orders.Price",
- "defOperator": "",
- "lookupAttr": "Price"
- },
- {
- "id": "Orders.DateTime2",
- "cptn": "DateTime2",
- "dtype": 12,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "DateBeforePrecise",
- "DateAfterPrecise",
- "DateEqualPrecise",
- "DateNotEqualPrecise",
- "TimeBeforePrecise",
- "TimeAfterPrecise",
- "TimeEqualPrecise",
- "TimeNotEqualPrecise"
- ],
- "sqlExpr": "Orders.DateTime2",
- "defOperator": "",
- "lookupAttr": "DateTime2"
- },
- {
- "id": "Orders.SmallDateTimeCol",
- "cptn": "SmallDateTimeCol",
- "dtype": 12,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "DateBeforePrecise",
- "DateAfterPrecise",
- "DateEqualPrecise",
- "DateNotEqualPrecise",
- "TimeBeforePrecise",
- "TimeAfterPrecise",
- "TimeEqualPrecise",
- "TimeNotEqualPrecise"
- ],
- "sqlExpr": "Orders.SmallDateTimeCol",
- "defOperator": "",
- "lookupAttr": "SmallDateTimeCol"
- },
- {
- "id": "Orders.DateColumn",
- "cptn": "DateColumn",
- "dtype": 10,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "DateBeforePrecise",
- "DateAfterPrecise",
- "DateEqualPrecise",
- "DateNotEqualPrecise",
- "DatePeriodPrecise"
- ],
- "sqlExpr": "Orders.DateColumn",
- "defOperator": "",
- "lookupAttr": "DateColumn"
- },
- {
- "id": "Orders.TimeColumn",
- "cptn": "TimeColumn",
- "dtype": 11,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "TimeEqualPrecise",
- "TimeNotEqualPrecise",
- "TimeBeforePrecise",
- "TimeAfterPrecise",
- "TimePeriodPrecise"
- ],
- "sqlExpr": "Orders.TimeColumn",
- "defOperator": "",
- "lookupAttr": "TimeColumn"
- },
- {
- "id": "Orders.TinyIntColumn",
- "cptn": "TinyIntColumn",
- "dtype": 2,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "Equal",
- "NotEqual",
- "LessThan",
- "LessOrEqual",
- "GreaterThan",
- "GreaterOrEqual",
- "Between",
- "NotBetween"
- ],
- "sqlExpr": "Orders.TinyIntColumn",
- "defOperator": "",
- "lookupAttr": "TinyIntColumn"
- },
- {
- "id": "Orders.DecimalColumn",
- "cptn": "DecimalColumn",
- "dtype": 7,
- "size": 18,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "Equal",
- "NotEqual",
- "LessThan",
- "LessOrEqual",
- "GreaterThan",
- "GreaterOrEqual",
- "Between",
- "NotBetween"
- ],
- "sqlExpr": "Orders.DecimalColumn",
- "defOperator": "",
- "lookupAttr": "DecimalColumn"
- },
- {
- "id": "Orders.FloatColumn",
- "cptn": "FloatColumn",
- "dtype": 7,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "Equal",
- "NotEqual",
- "LessThan",
- "LessOrEqual",
- "GreaterThan",
- "GreaterOrEqual",
- "Between",
- "NotBetween"
- ],
- "sqlExpr": "Orders.FloatColumn",
- "defOperator": "",
- "lookupAttr": "FloatColumn"
- },
- {
- "id": "Orders.BigIntColumn",
- "cptn": "BigIntColumn",
- "dtype": 5,
- "size": 0,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": [
- "Equal",
- "NotEqual",
- "LessThan",
- "LessOrEqual",
- "GreaterThan",
- "GreaterOrEqual",
- "Between",
- "NotBetween"
- ],
- "sqlExpr": "Orders.BigIntColumn",
- "defOperator": "",
- "lookupAttr": "BigIntColumn"
- },
- {
- "id": "Orders.CharColumn",
- "cptn": "CharColumn",
- "dtype": 1,
- "size": 1,
- "uir": true,
- "uic": true,
- "uis": true,
- "ops": ["Equal", "NotEqual"],
- "sqlExpr": "Orders.CharColumn",
- "defOperator": "",
- "lookupAttr": "CharColumn"
- }
- ]
- }
- ]
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment