queryStat_parameter = {}; function queryStat_init() { $('#content').html(''); $('#result').html(''); var str = '
| list get execute | |
| applicationFlag: | |
| flag: | |
| date | |
| sample | |
| ';
str += '{ '; str += '"dateRangeType":"", '; str += '//year, season, month, week, date, range, none '; str += '"dateEffectType":"", '; str += '//start, completed '; str += '"start":"", '; str += '"completed":"", '; str += '"year":"", '; str += '"month":"", '; str += '"date":"", '; str += '"season":0, '; str += '"week":0, '; str += '"adjust":0 '; str += '}'; str += ' | |
| filter | |
| sample | |
| ';
str += '{ '; str += '"path":"", '; str += '"value":"", '; str += '"formatType":"", '; str += '//textValue, numberValue, booleanValue, dateTimeValue '; str += '"logic":"", '; str += '//and,or '; str += '"comparison":"", '; str += '//equals,notEquals,greaterThan,greaterThanOrEqualTo,lessThan,lessThanOrEqualTo,like,notLike '; str += '}'; str += ' | |
| column | |
| sample | |
| number or string | |
| where application | |
| where process | |
| where company | |
| where department | |
| where person | |
| where identity | |