Initial OpenECOMP policy/engine commit
[policy/engine.git] / ecomp-sdk-app / src / main / webapp / WEB-INF / fusion / raptor / report_search.jsp
1 <%--
2   ================================================================================
3   eCOMP Portal SDK
4   ================================================================================
5   Copyright (C) 2017 AT&T Intellectual Property
6   ================================================================================
7   Licensed under the Apache License, Version 2.0 (the "License");
8   you may not use this file except in compliance with the License.
9   You may obtain a copy of the License at
10   
11        http://www.apache.org/licenses/LICENSE-2.0
12   
13   Unless required by applicable law or agreed to in writing, software
14   distributed under the License is distributed on an "AS IS" BASIS,
15   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16   See the License for the specific language governing permissions and
17   limitations under the License.
18   ================================================================================
19   --%>
20 <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular-touch.js"></script>
21 <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular-animate.js"></script>
22 <script src="http://ui-grid.info/release/ui-grid.js"></script>
23 <link rel="stylesheet" href="http://ui-grid.info/release/ui-grid.css" type="text/css">
24
25 <style></style>
26
27 <div ng-controller="reportSearchController">
28                 <div id="grid1" ui-grid="gridOptions" ui-grid-pagination ui-grid-selection ui-grid-exporter class="grid"></div>
29 </div>
30         
31 <script>
32 angular.module('abs').requires.push('ngAnimate', 'ngTouch', 'ui.grid','ui.grid.pagination','ui.grid.selection', 'ui.grid.exporter');
33 app.controller("reportSearchController", function ($scope,$http,$parse,uiGridConstants,Grid) { 
34     $scope.searchdData = {
35                   "metaReport" : {
36                             "pagination" : true,
37                             "pageSize" : 20,
38                             "totalSize" : 9,
39                             "pageNo" : -1
40                           },
41                           "columns" : [ [ {
42                             "columnId" : "no",
43                             "columnTitle" : "No",
44                             "columnWidth" : "5%",
45                             "alignment" : "Center",
46                             "linkURL" : null,
47                             "linkTitle" : null,
48                             "linkForm" : null,
49                             "linkConfirmMsg" : null,
50                             "linkImg" : null,
51                             "linkImgWidth" : null,
52                             "linkImgHeight" : null,
53                             "copyLink" : false,
54                             "editLink" : false,
55                             "deleteLink" : false,
56                             "scheduleLink" : false,
57                             "columnTitleHtml" : "No",
58                             "columnWidthHtml" : " width=5%",
59                             "linkImgSizeHtml" : ""
60                           }, {
61                             "columnId" : "rep_id",
62                             "columnTitle" : "Report ID",
63                             "columnWidth" : "5%",
64                             "alignment" : "Center",
65                             "linkURL" : null,
66                             "linkTitle" : null,
67                             "linkForm" : null,
68                             "linkConfirmMsg" : null,
69                             "linkImg" : null,
70                             "linkImgWidth" : null,
71                             "linkImgHeight" : null,
72                             "copyLink" : false,
73                             "editLink" : false,
74                             "deleteLink" : false,
75                             "scheduleLink" : false,
76                             "columnTitleHtml" : "Report ID",
77                             "columnWidthHtml" : " width=5%",
78                             "linkImgSizeHtml" : ""
79                           }, {
80                             "columnId" : "rep_name",
81                             "columnTitle" : "Report Name",
82                             "columnWidth" : "25%",
83                             "alignment" : "Left",
84                             "linkURL" : null,
85                             "linkTitle" : null,
86                             "linkForm" : null,
87                             "linkConfirmMsg" : null,
88                             "linkImg" : null,
89                             "linkImgWidth" : null,
90                             "linkImgHeight" : null,
91                             "copyLink" : false,
92                             "editLink" : false,
93                             "deleteLink" : false,
94                             "scheduleLink" : false,
95                             "columnTitleHtml" : "Report Name",
96                             "columnWidthHtml" : " width=25%",
97                             "linkImgSizeHtml" : ""
98                           }, {
99                             "columnId" : "descr",
100                             "columnTitle" : "Description",
101                             "columnWidth" : "30%",
102                             "alignment" : "Left",
103                             "linkURL" : null,
104                             "linkTitle" : null,
105                             "linkForm" : null,
106                             "linkConfirmMsg" : null,
107                             "linkImg" : null,
108                             "linkImgWidth" : null,
109                             "linkImgHeight" : null,
110                             "copyLink" : false,
111                             "editLink" : false,
112                             "deleteLink" : false,
113                             "scheduleLink" : false,
114                             "columnTitleHtml" : "Description",
115                             "columnWidthHtml" : " width=30%",
116                             "linkImgSizeHtml" : ""
117                           }, {
118                             "columnId" : "owner",
119                             "columnTitle" : "Report Owner",
120                             "columnWidth" : "10%",
121                             "alignment" : "Center",
122                             "linkURL" : null,
123                             "linkTitle" : null,
124                             "linkForm" : null,
125                             "linkConfirmMsg" : null,
126                             "linkImg" : null,
127                             "linkImgWidth" : null,
128                             "linkImgHeight" : null,
129                             "copyLink" : false,
130                             "editLink" : false,
131                             "deleteLink" : false,
132                             "scheduleLink" : false,
133                             "columnTitleHtml" : "Report Owner",
134                             "columnWidthHtml" : " width=10%",
135                             "linkImgSizeHtml" : ""
136                           }, {
137                             "columnId" : "create_date",
138                             "columnTitle" : "Create Date",
139                             "columnWidth" : "10%",
140                             "alignment" : "Center",
141                             "linkURL" : null,
142                             "linkTitle" : null,
143                             "linkForm" : null,
144                             "linkConfirmMsg" : null,
145                             "linkImg" : null,
146                             "linkImgWidth" : null,
147                             "linkImgHeight" : null,
148                             "copyLink" : false,
149                             "editLink" : false,
150                             "deleteLink" : false,
151                             "scheduleLink" : false,
152                             "columnTitleHtml" : "Create Date",
153                             "columnWidthHtml" : " width=10%",
154                             "linkImgSizeHtml" : ""
155                           }, {
156                             "columnId" : "copy",
157                             "columnTitle" : "&nbsp;&nbsp;Copy&nbsp;&nbsp;",
158                             "columnWidth" : "5%",
159                             "alignment" : "Center",
160                             "linkURL" : "document.forma.r_action.value='report.copy';",
161                             "linkTitle" : "Copy report",
162                             "linkForm" : "forma",
163                             "linkConfirmMsg" : "Are you sure you want to create a copy of this report?",
164                             "linkImg" : "static/fusion/raptor/images/modify_icon.gif",
165                             "linkImgWidth" : "13",
166                             "linkImgHeight" : "12",
167                             "copyLink" : true,
168                             "editLink" : false,
169                             "deleteLink" : false,
170                             "scheduleLink" : false,
171                             "columnTitleHtml" : "&nbsp;&nbsp;Copy&nbsp;&nbsp;",
172                             "columnWidthHtml" : " width=5%",
173                             "linkImgSizeHtml" : " width=\"13\" height=\"12\""
174                           }, {
175                             "columnId" : "edit",
176                             "columnTitle" : "&nbsp;&nbsp;Edit&nbsp;&nbsp;",
177                             "columnWidth" : "5%",
178                             "alignment" : "Center",
179                             "linkURL" : "document.forma.r_action.value='report.edit';",
180                             "linkTitle" : "Edit report",
181                             "linkForm" : "forma",
182                             "linkConfirmMsg" : null,
183                             "linkImg" : "static/fusion/raptor/images/pen_paper.gif",
184                             "linkImgWidth" : "12",
185                             "linkImgHeight" : "12",
186                             "copyLink" : false,
187                             "editLink" : true,
188                             "deleteLink" : false,
189                             "scheduleLink" : false,
190                             "columnTitleHtml" : "&nbsp;&nbsp;Edit&nbsp;&nbsp;",
191                             "columnWidthHtml" : " width=5%",
192                             "linkImgSizeHtml" : " width=\"12\" height=\"12\""
193                           }, {
194                             "columnId" : "delete",
195                             "columnTitle" : "Delete",
196                             "columnWidth" : "5%",
197                             "alignment" : "Center",
198                             "linkURL" : "document.forma.r_action.value='report.delete';",
199                             "linkTitle" : "Delete report",
200                             "linkForm" : "forma",
201                             "linkConfirmMsg" : "Are you sure you want to delete this report?",
202                             "linkImg" : "static/fusion/raptor/images/deleteicon.gif",
203                             "linkImgWidth" : "12",
204                             "linkImgHeight" : "12",
205                             "copyLink" : false,
206                             "editLink" : false,
207                             "deleteLink" : true,
208                             "scheduleLink" : false,
209                             "columnTitleHtml" : "Delete",
210                             "columnWidthHtml" : " width=5%",
211                             "linkImgSizeHtml" : " width=\"12\" height=\"12\""
212                           }, {
213                             "columnId" : "schedule",
214                             "columnTitle" : "Schedule",
215                             "columnWidth" : "5%",
216                             "alignment" : "Center",
217                             "linkURL" : "document.forma.r_action.value='report.schedule.report.submit_wmenu';",
218                             "linkTitle" : "Schedule report",
219                             "linkForm" : "forma",
220                             "linkConfirmMsg" : null,
221                             "linkImg" : "static/fusion/raptor/images/calendar_icon.gif",
222                             "linkImgWidth" : "20",
223                             "linkImgHeight" : "20",
224                             "copyLink" : false,
225                             "editLink" : false,
226                             "deleteLink" : false,
227                             "scheduleLink" : true,
228                             "columnTitleHtml" : "Schedule",
229                             "columnWidthHtml" : " width=5%",
230                             "linkImgSizeHtml" : " width=\"20\" height=\"20\""
231                           }, {
232                             "columnId" : "run",
233                             "columnTitle" : "&nbsp;&nbsp;Run&nbsp;&nbsp;",
234                             "columnWidth" : "5%",
235                             "alignment" : "Center",
236                             "linkURL" : "document.forma.r_action.value='report.run';",
237                             "linkTitle" : "Run report",
238                             "linkForm" : "forma",
239                             "linkConfirmMsg" : null,
240                             "linkImg" : "static/fusion/raptor/images/test_run.gif",
241                             "linkImgWidth" : "12",
242                             "linkImgHeight" : "12",
243                             "copyLink" : false,
244                             "editLink" : false,
245                             "deleteLink" : false,
246                             "scheduleLink" : false,
247                             "columnTitleHtml" : "&nbsp;&nbsp;Run&nbsp;&nbsp;",
248                             "columnWidthHtml" : " width=5%",
249                             "linkImgSizeHtml" : " width=\"12\" height=\"12\""
250                           } ] ],
251                           "rows" : [ [ [ {
252                             "columnId" : "no",
253                             "searchresultField" : {
254                               "columnId" : null,
255                               "displayValue" : "1",
256                               "alignment" : "Center",
257                               "drillDownLink" : null,
258                               "displayValueLinkHtml" : "1",
259                               "displayValueHtml" : "1",
260                               "alignmentHtml" : " align=Center"
261                             }
262                           }, {
263                             "columnId" : "rep_id",
264                             "searchresultField" : {
265                               "columnId" : null,
266                               "displayValue" : "610",
267                               "alignment" : "Center",
268                               "drillDownLink" : null,
269                               "displayValueLinkHtml" : "610",
270                               "displayValueHtml" : "610",
271                               "alignmentHtml" : " align=Center"
272                             }
273                           }, {
274                             "columnId" : "rep_id",
275                             "searchresultField" : {
276                               "columnId" : null,
277                               "displayValue" : "610",
278                               "alignment" : "Center",
279                               "drillDownLink" : null,
280                               "displayValueLinkHtml" : "610",
281                               "displayValueHtml" : "610",
282                               "alignmentHtml" : " align=Center"
283                             }
284                           }, {
285                             "columnId" : "rep_name",
286                             "searchresultField" : {
287                               "columnId" : null,
288                               "displayValue" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"610\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Dashboard Type: Report 1</a>",
289                               "alignment" : "Left",
290                               "drillDownLink" : null,
291                               "displayValueLinkHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"610\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Dashboard Type: Report 1</a>",
292                               "displayValueHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"610\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Dashboard Type: Report 1</a>",
293                               "alignmentHtml" : " align=Left"
294                             }
295                           }, {
296                             "columnId" : "rep_name",
297                             "searchresultField" : {
298                               "columnId" : null,
299                               "displayValue" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"610\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Dashboard Type: Report 1</a>",
300                               "alignment" : "Left",
301                               "drillDownLink" : null,
302                               "displayValueLinkHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"610\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Dashboard Type: Report 1</a>",
303                               "displayValueHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"610\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Dashboard Type: Report 1</a>",
304                               "alignmentHtml" : " align=Left"
305                             }
306                           }, {
307                             "columnId" : "descr",
308                             "searchresultField" : {
309                               "columnId" : null,
310                               "displayValue" : "",
311                               "alignment" : "Left",
312                               "drillDownLink" : null,
313                               "displayValueLinkHtml" : "&nbsp;",
314                               "displayValueHtml" : "&nbsp;",
315                               "alignmentHtml" : " align=Left"
316                             }
317                           }, {
318                             "columnId" : "descr",
319                             "searchresultField" : {
320                               "columnId" : null,
321                               "displayValue" : "",
322                               "alignment" : "Left",
323                               "drillDownLink" : null,
324                               "displayValueLinkHtml" : "&nbsp;",
325                               "displayValueHtml" : "&nbsp;",
326                               "alignmentHtml" : " align=Left"
327                             }
328                           }, {
329                             "columnId" : "owner",
330                             "searchresultField" : {
331                               "columnId" : null,
332                               "displayValue" : "Super User",
333                               "alignment" : "Center",
334                               "drillDownLink" : null,
335                               "displayValueLinkHtml" : "Super User",
336                               "displayValueHtml" : "Super User",
337                               "alignmentHtml" : " align=Center"
338                             }
339                           }, {
340                             "columnId" : "owner",
341                             "searchresultField" : {
342                               "columnId" : null,
343                               "displayValue" : "Super User",
344                               "alignment" : "Center",
345                               "drillDownLink" : null,
346                               "displayValueLinkHtml" : "Super User",
347                               "displayValueHtml" : "Super User",
348                               "alignmentHtml" : " align=Center"
349                             }
350                           }, {
351                             "columnId" : "create_date",
352                             "searchresultField" : {
353                               "columnId" : null,
354                               "displayValue" : "03/02/2009",
355                               "alignment" : "Center",
356                               "drillDownLink" : null,
357                               "displayValueLinkHtml" : "03/02/2009",
358                               "displayValueHtml" : "03/02/2009",
359                               "alignmentHtml" : " align=Center"
360                             }
361                           }, {
362                             "columnId" : "create_date",
363                             "searchresultField" : {
364                               "columnId" : null,
365                               "displayValue" : "03/02/2009",
366                               "alignment" : "Center",
367                               "drillDownLink" : null,
368                               "displayValueLinkHtml" : "03/02/2009",
369                               "displayValueHtml" : "03/02/2009",
370                               "alignmentHtml" : " align=Center"
371                             }
372                           }, {
373                             "columnId" : "copy",
374                             "searchresultField" : {
375                               "columnId" : null,
376                               "displayValue" : "Copy report",
377                               "alignment" : "Center",
378                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='610'; document.forma.refresh.value='Y';\">",
379                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='610'; document.forma.refresh.value='Y';\">",
380                               "displayValueHtml" : "Copy report",
381                               "alignmentHtml" : " align=Center"
382                             }
383                           }, {
384                             "columnId" : "copy",
385                             "searchresultField" : {
386                               "columnId" : null,
387                               "displayValue" : "Copy report",
388                               "alignment" : "Center",
389                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='610'; document.forma.refresh.value='Y';\">",
390                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='610'; document.forma.refresh.value='Y';\">",
391                               "displayValueHtml" : "Copy report",
392                               "alignmentHtml" : " align=Center"
393                             }
394                           }, {
395                             "columnId" : "edit",
396                             "searchresultField" : {
397                               "columnId" : null,
398                               "displayValue" : "",
399                               "alignment" : "Left",
400                               "drillDownLink" : null,
401                               "displayValueLinkHtml" : "&nbsp;",
402                               "displayValueHtml" : "&nbsp;",
403                               "alignmentHtml" : " align=Left"
404                             }
405                           }, {
406                             "columnId" : "edit",
407                             "searchresultField" : {
408                               "columnId" : null,
409                               "displayValue" : "",
410                               "alignment" : "Left",
411                               "drillDownLink" : null,
412                               "displayValueLinkHtml" : "&nbsp;",
413                               "displayValueHtml" : "&nbsp;",
414                               "alignmentHtml" : " align=Left"
415                             }
416                           }, {
417                             "columnId" : "delete",
418                             "searchresultField" : {
419                               "columnId" : null,
420                               "displayValue" : "",
421                               "alignment" : "Left",
422                               "drillDownLink" : null,
423                               "displayValueLinkHtml" : "&nbsp;",
424                               "displayValueHtml" : "&nbsp;",
425                               "alignmentHtml" : " align=Left"
426                             }
427                           }, {
428                             "columnId" : "delete",
429                             "searchresultField" : {
430                               "columnId" : null,
431                               "displayValue" : "",
432                               "alignment" : "Left",
433                               "drillDownLink" : null,
434                               "displayValueLinkHtml" : "&nbsp;",
435                               "displayValueHtml" : "&nbsp;",
436                               "alignmentHtml" : " align=Left"
437                             }
438                           }, {
439                             "columnId" : "schedule",
440                             "searchresultField" : {
441                               "columnId" : null,
442                               "displayValue" : "Schedule report",
443                               "alignment" : "Center",
444                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/calendar_icon.gif\" width=\"20\" height=\"20\" border=\"0\" alt=\"Schedule report\" onClick=\"document.forma.r_action.value='report.schedule.report.submit_wmenu'; document.forma.c_master.value='610'; document.forma.refresh.value='Y';\">",
445                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/calendar_icon.gif\" width=\"20\" height=\"20\" border=\"0\" alt=\"Schedule report\" onClick=\"document.forma.r_action.value='report.schedule.report.submit_wmenu'; document.forma.c_master.value='610'; document.forma.refresh.value='Y';\">",
446                               "displayValueHtml" : "Schedule report",
447                               "alignmentHtml" : " align=Center"
448                             }
449                           }, {
450                             "columnId" : "schedule",
451                             "searchresultField" : {
452                               "columnId" : null,
453                               "displayValue" : "Schedule report",
454                               "alignment" : "Center",
455                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/calendar_icon.gif\" width=\"20\" height=\"20\" border=\"0\" alt=\"Schedule report\" onClick=\"document.forma.r_action.value='report.schedule.report.submit_wmenu'; document.forma.c_master.value='610'; document.forma.refresh.value='Y';\">",
456                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/calendar_icon.gif\" width=\"20\" height=\"20\" border=\"0\" alt=\"Schedule report\" onClick=\"document.forma.r_action.value='report.schedule.report.submit_wmenu'; document.forma.c_master.value='610'; document.forma.refresh.value='Y';\">",
457                               "displayValueHtml" : "Schedule report",
458                               "alignmentHtml" : " align=Center"
459                             }
460                           }, {
461                             "columnId" : "run",
462                             "searchresultField" : {
463                               "columnId" : null,
464                               "displayValue" : "Run report",
465                               "alignment" : "Center",
466                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='610'; document.forma.refresh.value='Y';\">",
467                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='610'; document.forma.refresh.value='Y';\">",
468                               "displayValueHtml" : "Run report",
469                               "alignmentHtml" : " align=Center"
470                             }
471                           }, {
472                             "columnId" : "run",
473                             "searchresultField" : {
474                               "columnId" : null,
475                               "displayValue" : "Run report",
476                               "alignment" : "Center",
477                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='610'; document.forma.refresh.value='Y';\">",
478                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='610'; document.forma.refresh.value='Y';\">",
479                               "displayValueHtml" : "Run report",
480                               "alignmentHtml" : " align=Center"
481                             }
482                           } ], [ {
483                             "columnId" : "no",
484                             "searchresultField" : {
485                               "columnId" : null,
486                               "displayValue" : "2",
487                               "alignment" : "Center",
488                               "drillDownLink" : null,
489                               "displayValueLinkHtml" : "2",
490                               "displayValueHtml" : "2",
491                               "alignmentHtml" : " align=Center"
492                             }
493                           }, {
494                             "columnId" : "rep_id",
495                             "searchresultField" : {
496                               "columnId" : null,
497                               "displayValue" : "630",
498                               "alignment" : "Center",
499                               "drillDownLink" : null,
500                               "displayValueLinkHtml" : "630",
501                               "displayValueHtml" : "630",
502                               "alignmentHtml" : " align=Center"
503                             }
504                           }, {
505                             "columnId" : "rep_id",
506                             "searchresultField" : {
507                               "columnId" : null,
508                               "displayValue" : "630",
509                               "alignment" : "Center",
510                               "drillDownLink" : null,
511                               "displayValueLinkHtml" : "630",
512                               "displayValueHtml" : "630",
513                               "alignmentHtml" : " align=Center"
514                             }
515                           }, {
516                             "columnId" : "rep_name",
517                             "searchresultField" : {
518                               "columnId" : null,
519                               "displayValue" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"630\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Dashboard Type: Report 2</a>",
520                               "alignment" : "Left",
521                               "drillDownLink" : null,
522                               "displayValueLinkHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"630\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Dashboard Type: Report 2</a>",
523                               "displayValueHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"630\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Dashboard Type: Report 2</a>",
524                               "alignmentHtml" : " align=Left"
525                             }
526                           }, {
527                             "columnId" : "rep_name",
528                             "searchresultField" : {
529                               "columnId" : null,
530                               "displayValue" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"630\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Dashboard Type: Report 2</a>",
531                               "alignment" : "Left",
532                               "drillDownLink" : null,
533                               "displayValueLinkHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"630\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Dashboard Type: Report 2</a>",
534                               "displayValueHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"630\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Dashboard Type: Report 2</a>",
535                               "alignmentHtml" : " align=Left"
536                             }
537                           }, {
538                             "columnId" : "descr",
539                             "searchresultField" : {
540                               "columnId" : null,
541                               "displayValue" : "",
542                               "alignment" : "Left",
543                               "drillDownLink" : null,
544                               "displayValueLinkHtml" : "&nbsp;",
545                               "displayValueHtml" : "&nbsp;",
546                               "alignmentHtml" : " align=Left"
547                             }
548                           }, {
549                             "columnId" : "descr",
550                             "searchresultField" : {
551                               "columnId" : null,
552                               "displayValue" : "",
553                               "alignment" : "Left",
554                               "drillDownLink" : null,
555                               "displayValueLinkHtml" : "&nbsp;",
556                               "displayValueHtml" : "&nbsp;",
557                               "alignmentHtml" : " align=Left"
558                             }
559                           }, {
560                             "columnId" : "owner",
561                             "searchresultField" : {
562                               "columnId" : null,
563                               "displayValue" : "Super User",
564                               "alignment" : "Center",
565                               "drillDownLink" : null,
566                               "displayValueLinkHtml" : "Super User",
567                               "displayValueHtml" : "Super User",
568                               "alignmentHtml" : " align=Center"
569                             }
570                           }, {
571                             "columnId" : "owner",
572                             "searchresultField" : {
573                               "columnId" : null,
574                               "displayValue" : "Super User",
575                               "alignment" : "Center",
576                               "drillDownLink" : null,
577                               "displayValueLinkHtml" : "Super User",
578                               "displayValueHtml" : "Super User",
579                               "alignmentHtml" : " align=Center"
580                             }
581                           }, {
582                             "columnId" : "create_date",
583                             "searchresultField" : {
584                               "columnId" : null,
585                               "displayValue" : "03/03/2009",
586                               "alignment" : "Center",
587                               "drillDownLink" : null,
588                               "displayValueLinkHtml" : "03/03/2009",
589                               "displayValueHtml" : "03/03/2009",
590                               "alignmentHtml" : " align=Center"
591                             }
592                           }, {
593                             "columnId" : "create_date",
594                             "searchresultField" : {
595                               "columnId" : null,
596                               "displayValue" : "03/03/2009",
597                               "alignment" : "Center",
598                               "drillDownLink" : null,
599                               "displayValueLinkHtml" : "03/03/2009",
600                               "displayValueHtml" : "03/03/2009",
601                               "alignmentHtml" : " align=Center"
602                             }
603                           }, {
604                             "columnId" : "copy",
605                             "searchresultField" : {
606                               "columnId" : null,
607                               "displayValue" : "Copy report",
608                               "alignment" : "Center",
609                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='630'; document.forma.refresh.value='Y';\">",
610                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='630'; document.forma.refresh.value='Y';\">",
611                               "displayValueHtml" : "Copy report",
612                               "alignmentHtml" : " align=Center"
613                             }
614                           }, {
615                             "columnId" : "copy",
616                             "searchresultField" : {
617                               "columnId" : null,
618                               "displayValue" : "Copy report",
619                               "alignment" : "Center",
620                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='630'; document.forma.refresh.value='Y';\">",
621                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='630'; document.forma.refresh.value='Y';\">",
622                               "displayValueHtml" : "Copy report",
623                               "alignmentHtml" : " align=Center"
624                             }
625                           }, {
626                             "columnId" : "edit",
627                             "searchresultField" : {
628                               "columnId" : null,
629                               "displayValue" : "",
630                               "alignment" : "Left",
631                               "drillDownLink" : null,
632                               "displayValueLinkHtml" : "&nbsp;",
633                               "displayValueHtml" : "&nbsp;",
634                               "alignmentHtml" : " align=Left"
635                             }
636                           }, {
637                             "columnId" : "edit",
638                             "searchresultField" : {
639                               "columnId" : null,
640                               "displayValue" : "",
641                               "alignment" : "Left",
642                               "drillDownLink" : null,
643                               "displayValueLinkHtml" : "&nbsp;",
644                               "displayValueHtml" : "&nbsp;",
645                               "alignmentHtml" : " align=Left"
646                             }
647                           }, {
648                             "columnId" : "delete",
649                             "searchresultField" : {
650                               "columnId" : null,
651                               "displayValue" : "",
652                               "alignment" : "Left",
653                               "drillDownLink" : null,
654                               "displayValueLinkHtml" : "&nbsp;",
655                               "displayValueHtml" : "&nbsp;",
656                               "alignmentHtml" : " align=Left"
657                             }
658                           }, {
659                             "columnId" : "delete",
660                             "searchresultField" : {
661                               "columnId" : null,
662                               "displayValue" : "",
663                               "alignment" : "Left",
664                               "drillDownLink" : null,
665                               "displayValueLinkHtml" : "&nbsp;",
666                               "displayValueHtml" : "&nbsp;",
667                               "alignmentHtml" : " align=Left"
668                             }
669                           }, {
670                             "columnId" : "schedule",
671                             "searchresultField" : {
672                               "columnId" : null,
673                               "displayValue" : "",
674                               "alignment" : "Left",
675                               "drillDownLink" : null,
676                               "displayValueLinkHtml" : "&nbsp;",
677                               "displayValueHtml" : "&nbsp;",
678                               "alignmentHtml" : " align=Left"
679                             }
680                           }, {
681                             "columnId" : "schedule",
682                             "searchresultField" : {
683                               "columnId" : null,
684                               "displayValue" : "",
685                               "alignment" : "Left",
686                               "drillDownLink" : null,
687                               "displayValueLinkHtml" : "&nbsp;",
688                               "displayValueHtml" : "&nbsp;",
689                               "alignmentHtml" : " align=Left"
690                             }
691                           }, {
692                             "columnId" : "run",
693                             "searchresultField" : {
694                               "columnId" : null,
695                               "displayValue" : "Run report",
696                               "alignment" : "Center",
697                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='630'; document.forma.refresh.value='Y';\">",
698                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='630'; document.forma.refresh.value='Y';\">",
699                               "displayValueHtml" : "Run report",
700                               "alignmentHtml" : " align=Center"
701                             }
702                           }, {
703                             "columnId" : "run",
704                             "searchresultField" : {
705                               "columnId" : null,
706                               "displayValue" : "Run report",
707                               "alignment" : "Center",
708                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='630'; document.forma.refresh.value='Y';\">",
709                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='630'; document.forma.refresh.value='Y';\">",
710                               "displayValueHtml" : "Run report",
711                               "alignmentHtml" : " align=Center"
712                             }
713                           } ], [ {
714                             "columnId" : "no",
715                             "searchresultField" : {
716                               "columnId" : null,
717                               "displayValue" : "3",
718                               "alignment" : "Center",
719                               "drillDownLink" : null,
720                               "displayValueLinkHtml" : "3",
721                               "displayValueHtml" : "3",
722                               "alignmentHtml" : " align=Center"
723                             }
724                           }, {
725                             "columnId" : "rep_id",
726                             "searchresultField" : {
727                               "columnId" : null,
728                               "displayValue" : "637",
729                               "alignment" : "Center",
730                               "drillDownLink" : null,
731                               "displayValueLinkHtml" : "637",
732                               "displayValueHtml" : "637",
733                               "alignmentHtml" : " align=Center"
734                             }
735                           }, {
736                             "columnId" : "rep_id",
737                             "searchresultField" : {
738                               "columnId" : null,
739                               "displayValue" : "637",
740                               "alignment" : "Center",
741                               "drillDownLink" : null,
742                               "displayValueLinkHtml" : "637",
743                               "displayValueHtml" : "637",
744                               "alignmentHtml" : " align=Center"
745                             }
746                           }, {
747                             "columnId" : "rep_name",
748                             "searchresultField" : {
749                               "columnId" : null,
750                               "displayValue" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"637\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Dashboard Type: Report 3 </a>",
751                               "alignment" : "Left",
752                               "drillDownLink" : null,
753                               "displayValueLinkHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"637\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Dashboard Type: Report 3 </a>",
754                               "displayValueHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"637\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Dashboard Type: Report 3 </a>",
755                               "alignmentHtml" : " align=Left"
756                             }
757                           }, {
758                             "columnId" : "rep_name",
759                             "searchresultField" : {
760                               "columnId" : null,
761                               "displayValue" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"637\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Dashboard Type: Report 3 </a>",
762                               "alignment" : "Left",
763                               "drillDownLink" : null,
764                               "displayValueLinkHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"637\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Dashboard Type: Report 3 </a>",
765                               "displayValueHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"637\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Dashboard Type: Report 3 </a>",
766                               "alignmentHtml" : " align=Left"
767                             }
768                           }, {
769                             "columnId" : "descr",
770                             "searchresultField" : {
771                               "columnId" : null,
772                               "displayValue" : "",
773                               "alignment" : "Left",
774                               "drillDownLink" : null,
775                               "displayValueLinkHtml" : "&nbsp;",
776                               "displayValueHtml" : "&nbsp;",
777                               "alignmentHtml" : " align=Left"
778                             }
779                           }, {
780                             "columnId" : "descr",
781                             "searchresultField" : {
782                               "columnId" : null,
783                               "displayValue" : "",
784                               "alignment" : "Left",
785                               "drillDownLink" : null,
786                               "displayValueLinkHtml" : "&nbsp;",
787                               "displayValueHtml" : "&nbsp;",
788                               "alignmentHtml" : " align=Left"
789                             }
790                           }, {
791                             "columnId" : "owner",
792                             "searchresultField" : {
793                               "columnId" : null,
794                               "displayValue" : "Super User",
795                               "alignment" : "Center",
796                               "drillDownLink" : null,
797                               "displayValueLinkHtml" : "Super User",
798                               "displayValueHtml" : "Super User",
799                               "alignmentHtml" : " align=Center"
800                             }
801                           }, {
802                             "columnId" : "owner",
803                             "searchresultField" : {
804                               "columnId" : null,
805                               "displayValue" : "Super User",
806                               "alignment" : "Center",
807                               "drillDownLink" : null,
808                               "displayValueLinkHtml" : "Super User",
809                               "displayValueHtml" : "Super User",
810                               "alignmentHtml" : " align=Center"
811                             }
812                           }, {
813                             "columnId" : "create_date",
814                             "searchresultField" : {
815                               "columnId" : null,
816                               "displayValue" : "03/04/2009",
817                               "alignment" : "Center",
818                               "drillDownLink" : null,
819                               "displayValueLinkHtml" : "03/04/2009",
820                               "displayValueHtml" : "03/04/2009",
821                               "alignmentHtml" : " align=Center"
822                             }
823                           }, {
824                             "columnId" : "create_date",
825                             "searchresultField" : {
826                               "columnId" : null,
827                               "displayValue" : "03/04/2009",
828                               "alignment" : "Center",
829                               "drillDownLink" : null,
830                               "displayValueLinkHtml" : "03/04/2009",
831                               "displayValueHtml" : "03/04/2009",
832                               "alignmentHtml" : " align=Center"
833                             }
834                           }, {
835                             "columnId" : "copy",
836                             "searchresultField" : {
837                               "columnId" : null,
838                               "displayValue" : "Copy report",
839                               "alignment" : "Center",
840                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='637'; document.forma.refresh.value='Y';\">",
841                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='637'; document.forma.refresh.value='Y';\">",
842                               "displayValueHtml" : "Copy report",
843                               "alignmentHtml" : " align=Center"
844                             }
845                           }, {
846                             "columnId" : "copy",
847                             "searchresultField" : {
848                               "columnId" : null,
849                               "displayValue" : "Copy report",
850                               "alignment" : "Center",
851                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='637'; document.forma.refresh.value='Y';\">",
852                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='637'; document.forma.refresh.value='Y';\">",
853                               "displayValueHtml" : "Copy report",
854                               "alignmentHtml" : " align=Center"
855                             }
856                           }, {
857                             "columnId" : "edit",
858                             "searchresultField" : {
859                               "columnId" : null,
860                               "displayValue" : "",
861                               "alignment" : "Left",
862                               "drillDownLink" : null,
863                               "displayValueLinkHtml" : "&nbsp;",
864                               "displayValueHtml" : "&nbsp;",
865                               "alignmentHtml" : " align=Left"
866                             }
867                           }, {
868                             "columnId" : "edit",
869                             "searchresultField" : {
870                               "columnId" : null,
871                               "displayValue" : "",
872                               "alignment" : "Left",
873                               "drillDownLink" : null,
874                               "displayValueLinkHtml" : "&nbsp;",
875                               "displayValueHtml" : "&nbsp;",
876                               "alignmentHtml" : " align=Left"
877                             }
878                           }, {
879                             "columnId" : "delete",
880                             "searchresultField" : {
881                               "columnId" : null,
882                               "displayValue" : "",
883                               "alignment" : "Left",
884                               "drillDownLink" : null,
885                               "displayValueLinkHtml" : "&nbsp;",
886                               "displayValueHtml" : "&nbsp;",
887                               "alignmentHtml" : " align=Left"
888                             }
889                           }, {
890                             "columnId" : "delete",
891                             "searchresultField" : {
892                               "columnId" : null,
893                               "displayValue" : "",
894                               "alignment" : "Left",
895                               "drillDownLink" : null,
896                               "displayValueLinkHtml" : "&nbsp;",
897                               "displayValueHtml" : "&nbsp;",
898                               "alignmentHtml" : " align=Left"
899                             }
900                           }, {
901                             "columnId" : "schedule",
902                             "searchresultField" : {
903                               "columnId" : null,
904                               "displayValue" : "Schedule report",
905                               "alignment" : "Center",
906                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/calendar_icon.gif\" width=\"20\" height=\"20\" border=\"0\" alt=\"Schedule report\" onClick=\"document.forma.r_action.value='report.schedule.report.submit_wmenu'; document.forma.c_master.value='637'; document.forma.refresh.value='Y';\">",
907                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/calendar_icon.gif\" width=\"20\" height=\"20\" border=\"0\" alt=\"Schedule report\" onClick=\"document.forma.r_action.value='report.schedule.report.submit_wmenu'; document.forma.c_master.value='637'; document.forma.refresh.value='Y';\">",
908                               "displayValueHtml" : "Schedule report",
909                               "alignmentHtml" : " align=Center"
910                             }
911                           }, {
912                             "columnId" : "schedule",
913                             "searchresultField" : {
914                               "columnId" : null,
915                               "displayValue" : "Schedule report",
916                               "alignment" : "Center",
917                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/calendar_icon.gif\" width=\"20\" height=\"20\" border=\"0\" alt=\"Schedule report\" onClick=\"document.forma.r_action.value='report.schedule.report.submit_wmenu'; document.forma.c_master.value='637'; document.forma.refresh.value='Y';\">",
918                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/calendar_icon.gif\" width=\"20\" height=\"20\" border=\"0\" alt=\"Schedule report\" onClick=\"document.forma.r_action.value='report.schedule.report.submit_wmenu'; document.forma.c_master.value='637'; document.forma.refresh.value='Y';\">",
919                               "displayValueHtml" : "Schedule report",
920                               "alignmentHtml" : " align=Center"
921                             }
922                           }, {
923                             "columnId" : "run",
924                             "searchresultField" : {
925                               "columnId" : null,
926                               "displayValue" : "Run report",
927                               "alignment" : "Center",
928                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='637'; document.forma.refresh.value='Y';\">",
929                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='637'; document.forma.refresh.value='Y';\">",
930                               "displayValueHtml" : "Run report",
931                               "alignmentHtml" : " align=Center"
932                             }
933                           }, {
934                             "columnId" : "run",
935                             "searchresultField" : {
936                               "columnId" : null,
937                               "displayValue" : "Run report",
938                               "alignment" : "Center",
939                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='637'; document.forma.refresh.value='Y';\">",
940                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='637'; document.forma.refresh.value='Y';\">",
941                               "displayValueHtml" : "Run report",
942                               "alignmentHtml" : " align=Center"
943                             }
944                           } ], [ {
945                             "columnId" : "no",
946                             "searchresultField" : {
947                               "columnId" : null,
948                               "displayValue" : "4",
949                               "alignment" : "Center",
950                               "drillDownLink" : null,
951                               "displayValueLinkHtml" : "4",
952                               "displayValueHtml" : "4",
953                               "alignmentHtml" : " align=Center"
954                             }
955                           }, {
956                             "columnId" : "rep_id",
957                             "searchresultField" : {
958                               "columnId" : null,
959                               "displayValue" : "3321",
960                               "alignment" : "Center",
961                               "drillDownLink" : null,
962                               "displayValueLinkHtml" : "3321",
963                               "displayValueHtml" : "3321",
964                               "alignmentHtml" : " align=Center"
965                             }
966                           }, {
967                             "columnId" : "rep_id",
968                             "searchresultField" : {
969                               "columnId" : null,
970                               "displayValue" : "3321",
971                               "alignment" : "Center",
972                               "drillDownLink" : null,
973                               "displayValueLinkHtml" : "3321",
974                               "displayValueHtml" : "3321",
975                               "alignmentHtml" : " align=Center"
976                             }
977                           }, {
978                             "columnId" : "rep_name",
979                             "searchresultField" : {
980                               "columnId" : null,
981                               "displayValue" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"3321\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>DEMO_BAR_CHART_INTERACTIVE</a>",
982                               "alignment" : "Left",
983                               "drillDownLink" : null,
984                               "displayValueLinkHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"3321\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>DEMO_BAR_CHART_INTERACTIVE</a>",
985                               "displayValueHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"3321\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>DEMO_BAR_CHART_INTERACTIVE</a>",
986                               "alignmentHtml" : " align=Left"
987                             }
988                           }, {
989                             "columnId" : "rep_name",
990                             "searchresultField" : {
991                               "columnId" : null,
992                               "displayValue" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"3321\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>DEMO_BAR_CHART_INTERACTIVE</a>",
993                               "alignment" : "Left",
994                               "drillDownLink" : null,
995                               "displayValueLinkHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"3321\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>DEMO_BAR_CHART_INTERACTIVE</a>",
996                               "displayValueHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"3321\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>DEMO_BAR_CHART_INTERACTIVE</a>",
997                               "alignmentHtml" : " align=Left"
998                             }
999                           }, {
1000                             "columnId" : "descr",
1001                             "searchresultField" : {
1002                               "columnId" : null,
1003                               "displayValue" : "",
1004                               "alignment" : "Left",
1005                               "drillDownLink" : null,
1006                               "displayValueLinkHtml" : "&nbsp;",
1007                               "displayValueHtml" : "&nbsp;",
1008                               "alignmentHtml" : " align=Left"
1009                             }
1010                           }, {
1011                             "columnId" : "descr",
1012                             "searchresultField" : {
1013                               "columnId" : null,
1014                               "displayValue" : "",
1015                               "alignment" : "Left",
1016                               "drillDownLink" : null,
1017                               "displayValueLinkHtml" : "&nbsp;",
1018                               "displayValueHtml" : "&nbsp;",
1019                               "alignmentHtml" : " align=Left"
1020                             }
1021                           }, {
1022                             "columnId" : "owner",
1023                             "searchresultField" : {
1024                               "columnId" : null,
1025                               "displayValue" : "Super User",
1026                               "alignment" : "Center",
1027                               "drillDownLink" : null,
1028                               "displayValueLinkHtml" : "Super User",
1029                               "displayValueHtml" : "Super User",
1030                               "alignmentHtml" : " align=Center"
1031                             }
1032                           }, {
1033                             "columnId" : "owner",
1034                             "searchresultField" : {
1035                               "columnId" : null,
1036                               "displayValue" : "Super User",
1037                               "alignment" : "Center",
1038                               "drillDownLink" : null,
1039                               "displayValueLinkHtml" : "Super User",
1040                               "displayValueHtml" : "Super User",
1041                               "alignmentHtml" : " align=Center"
1042                             }
1043                           }, {
1044                             "columnId" : "create_date",
1045                             "searchresultField" : {
1046                               "columnId" : null,
1047                               "displayValue" : "03/06/2013",
1048                               "alignment" : "Center",
1049                               "drillDownLink" : null,
1050                               "displayValueLinkHtml" : "03/06/2013",
1051                               "displayValueHtml" : "03/06/2013",
1052                               "alignmentHtml" : " align=Center"
1053                             }
1054                           }, {
1055                             "columnId" : "create_date",
1056                             "searchresultField" : {
1057                               "columnId" : null,
1058                               "displayValue" : "03/06/2013",
1059                               "alignment" : "Center",
1060                               "drillDownLink" : null,
1061                               "displayValueLinkHtml" : "03/06/2013",
1062                               "displayValueHtml" : "03/06/2013",
1063                               "alignmentHtml" : " align=Center"
1064                             }
1065                           }, {
1066                             "columnId" : "copy",
1067                             "searchresultField" : {
1068                               "columnId" : null,
1069                               "displayValue" : "Copy report",
1070                               "alignment" : "Center",
1071                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='3321'; document.forma.refresh.value='Y';\">",
1072                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='3321'; document.forma.refresh.value='Y';\">",
1073                               "displayValueHtml" : "Copy report",
1074                               "alignmentHtml" : " align=Center"
1075                             }
1076                           }, {
1077                             "columnId" : "copy",
1078                             "searchresultField" : {
1079                               "columnId" : null,
1080                               "displayValue" : "Copy report",
1081                               "alignment" : "Center",
1082                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='3321'; document.forma.refresh.value='Y';\">",
1083                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='3321'; document.forma.refresh.value='Y';\">",
1084                               "displayValueHtml" : "Copy report",
1085                               "alignmentHtml" : " align=Center"
1086                             }
1087                           }, {
1088                             "columnId" : "edit",
1089                             "searchresultField" : {
1090                               "columnId" : null,
1091                               "displayValue" : "",
1092                               "alignment" : "Left",
1093                               "drillDownLink" : null,
1094                               "displayValueLinkHtml" : "&nbsp;",
1095                               "displayValueHtml" : "&nbsp;",
1096                               "alignmentHtml" : " align=Left"
1097                             }
1098                           }, {
1099                             "columnId" : "edit",
1100                             "searchresultField" : {
1101                               "columnId" : null,
1102                               "displayValue" : "",
1103                               "alignment" : "Left",
1104                               "drillDownLink" : null,
1105                               "displayValueLinkHtml" : "&nbsp;",
1106                               "displayValueHtml" : "&nbsp;",
1107                               "alignmentHtml" : " align=Left"
1108                             }
1109                           }, {
1110                             "columnId" : "delete",
1111                             "searchresultField" : {
1112                               "columnId" : null,
1113                               "displayValue" : "",
1114                               "alignment" : "Left",
1115                               "drillDownLink" : null,
1116                               "displayValueLinkHtml" : "&nbsp;",
1117                               "displayValueHtml" : "&nbsp;",
1118                               "alignmentHtml" : " align=Left"
1119                             }
1120                           }, {
1121                             "columnId" : "delete",
1122                             "searchresultField" : {
1123                               "columnId" : null,
1124                               "displayValue" : "",
1125                               "alignment" : "Left",
1126                               "drillDownLink" : null,
1127                               "displayValueLinkHtml" : "&nbsp;",
1128                               "displayValueHtml" : "&nbsp;",
1129                               "alignmentHtml" : " align=Left"
1130                             }
1131                           }, {
1132                             "columnId" : "schedule",
1133                             "searchresultField" : {
1134                               "columnId" : null,
1135                               "displayValue" : "",
1136                               "alignment" : "Left",
1137                               "drillDownLink" : null,
1138                               "displayValueLinkHtml" : "&nbsp;",
1139                               "displayValueHtml" : "&nbsp;",
1140                               "alignmentHtml" : " align=Left"
1141                             }
1142                           }, {
1143                             "columnId" : "schedule",
1144                             "searchresultField" : {
1145                               "columnId" : null,
1146                               "displayValue" : "",
1147                               "alignment" : "Left",
1148                               "drillDownLink" : null,
1149                               "displayValueLinkHtml" : "&nbsp;",
1150                               "displayValueHtml" : "&nbsp;",
1151                               "alignmentHtml" : " align=Left"
1152                             }
1153                           }, {
1154                             "columnId" : "run",
1155                             "searchresultField" : {
1156                               "columnId" : null,
1157                               "displayValue" : "Run report",
1158                               "alignment" : "Center",
1159                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='3321'; document.forma.refresh.value='Y';\">",
1160                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='3321'; document.forma.refresh.value='Y';\">",
1161                               "displayValueHtml" : "Run report",
1162                               "alignmentHtml" : " align=Center"
1163                             }
1164                           }, {
1165                             "columnId" : "run",
1166                             "searchresultField" : {
1167                               "columnId" : null,
1168                               "displayValue" : "Run report",
1169                               "alignment" : "Center",
1170                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='3321'; document.forma.refresh.value='Y';\">",
1171                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='3321'; document.forma.refresh.value='Y';\">",
1172                               "displayValueHtml" : "Run report",
1173                               "alignmentHtml" : " align=Center"
1174                             }
1175                           } ], [ {
1176                             "columnId" : "no",
1177                             "searchresultField" : {
1178                               "columnId" : null,
1179                               "displayValue" : "5",
1180                               "alignment" : "Center",
1181                               "drillDownLink" : null,
1182                               "displayValueLinkHtml" : "5",
1183                               "displayValueHtml" : "5",
1184                               "alignmentHtml" : " align=Center"
1185                             }
1186                           }, {
1187                             "columnId" : "rep_id",
1188                             "searchresultField" : {
1189                               "columnId" : null,
1190                               "displayValue" : "1012",
1191                               "alignment" : "Center",
1192                               "drillDownLink" : null,
1193                               "displayValueLinkHtml" : "1012",
1194                               "displayValueHtml" : "1012",
1195                               "alignmentHtml" : " align=Center"
1196                             }
1197                           }, {
1198                             "columnId" : "rep_id",
1199                             "searchresultField" : {
1200                               "columnId" : null,
1201                               "displayValue" : "1012",
1202                               "alignment" : "Center",
1203                               "drillDownLink" : null,
1204                               "displayValueLinkHtml" : "1012",
1205                               "displayValueHtml" : "1012",
1206                               "alignmentHtml" : " align=Center"
1207                             }
1208                           }, {
1209                             "columnId" : "rep_name",
1210                             "searchresultField" : {
1211                               "columnId" : null,
1212                               "displayValue" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"1012\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Demo: Dashboard - 2</a>",
1213                               "alignment" : "Left",
1214                               "drillDownLink" : null,
1215                               "displayValueLinkHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"1012\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Demo: Dashboard - 2</a>",
1216                               "displayValueHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"1012\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Demo: Dashboard - 2</a>",
1217                               "alignmentHtml" : " align=Left"
1218                             }
1219                           }, {
1220                             "columnId" : "rep_name",
1221                             "searchresultField" : {
1222                               "columnId" : null,
1223                               "displayValue" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"1012\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Demo: Dashboard - 2</a>",
1224                               "alignment" : "Left",
1225                               "drillDownLink" : null,
1226                               "displayValueLinkHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"1012\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Demo: Dashboard - 2</a>",
1227                               "displayValueHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"1012\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Demo: Dashboard - 2</a>",
1228                               "alignmentHtml" : " align=Left"
1229                             }
1230                           }, {
1231                             "columnId" : "descr",
1232                             "searchresultField" : {
1233                               "columnId" : null,
1234                               "displayValue" : "",
1235                               "alignment" : "Left",
1236                               "drillDownLink" : null,
1237                               "displayValueLinkHtml" : "&nbsp;",
1238                               "displayValueHtml" : "&nbsp;",
1239                               "alignmentHtml" : " align=Left"
1240                             }
1241                           }, {
1242                             "columnId" : "descr",
1243                             "searchresultField" : {
1244                               "columnId" : null,
1245                               "displayValue" : "",
1246                               "alignment" : "Left",
1247                               "drillDownLink" : null,
1248                               "displayValueLinkHtml" : "&nbsp;",
1249                               "displayValueHtml" : "&nbsp;",
1250                               "alignmentHtml" : " align=Left"
1251                             }
1252                           }, {
1253                             "columnId" : "owner",
1254                             "searchresultField" : {
1255                               "columnId" : null,
1256                               "displayValue" : "Super User",
1257                               "alignment" : "Center",
1258                               "drillDownLink" : null,
1259                               "displayValueLinkHtml" : "Super User",
1260                               "displayValueHtml" : "Super User",
1261                               "alignmentHtml" : " align=Center"
1262                             }
1263                           }, {
1264                             "columnId" : "owner",
1265                             "searchresultField" : {
1266                               "columnId" : null,
1267                               "displayValue" : "Super User",
1268                               "alignment" : "Center",
1269                               "drillDownLink" : null,
1270                               "displayValueLinkHtml" : "Super User",
1271                               "displayValueHtml" : "Super User",
1272                               "alignmentHtml" : " align=Center"
1273                             }
1274                           }, {
1275                             "columnId" : "create_date",
1276                             "searchresultField" : {
1277                               "columnId" : null,
1278                               "displayValue" : "05/06/2009",
1279                               "alignment" : "Center",
1280                               "drillDownLink" : null,
1281                               "displayValueLinkHtml" : "05/06/2009",
1282                               "displayValueHtml" : "05/06/2009",
1283                               "alignmentHtml" : " align=Center"
1284                             }
1285                           }, {
1286                             "columnId" : "create_date",
1287                             "searchresultField" : {
1288                               "columnId" : null,
1289                               "displayValue" : "05/06/2009",
1290                               "alignment" : "Center",
1291                               "drillDownLink" : null,
1292                               "displayValueLinkHtml" : "05/06/2009",
1293                               "displayValueHtml" : "05/06/2009",
1294                               "alignmentHtml" : " align=Center"
1295                             }
1296                           }, {
1297                             "columnId" : "copy",
1298                             "searchresultField" : {
1299                               "columnId" : null,
1300                               "displayValue" : "Copy report",
1301                               "alignment" : "Center",
1302                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='1012'; document.forma.refresh.value='Y';\">",
1303                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='1012'; document.forma.refresh.value='Y';\">",
1304                               "displayValueHtml" : "Copy report",
1305                               "alignmentHtml" : " align=Center"
1306                             }
1307                           }, {
1308                             "columnId" : "copy",
1309                             "searchresultField" : {
1310                               "columnId" : null,
1311                               "displayValue" : "Copy report",
1312                               "alignment" : "Center",
1313                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='1012'; document.forma.refresh.value='Y';\">",
1314                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='1012'; document.forma.refresh.value='Y';\">",
1315                               "displayValueHtml" : "Copy report",
1316                               "alignmentHtml" : " align=Center"
1317                             }
1318                           }, {
1319                             "columnId" : "edit",
1320                             "searchresultField" : {
1321                               "columnId" : null,
1322                               "displayValue" : "",
1323                               "alignment" : "Left",
1324                               "drillDownLink" : null,
1325                               "displayValueLinkHtml" : "&nbsp;",
1326                               "displayValueHtml" : "&nbsp;",
1327                               "alignmentHtml" : " align=Left"
1328                             }
1329                           }, {
1330                             "columnId" : "edit",
1331                             "searchresultField" : {
1332                               "columnId" : null,
1333                               "displayValue" : "",
1334                               "alignment" : "Left",
1335                               "drillDownLink" : null,
1336                               "displayValueLinkHtml" : "&nbsp;",
1337                               "displayValueHtml" : "&nbsp;",
1338                               "alignmentHtml" : " align=Left"
1339                             }
1340                           }, {
1341                             "columnId" : "delete",
1342                             "searchresultField" : {
1343                               "columnId" : null,
1344                               "displayValue" : "",
1345                               "alignment" : "Left",
1346                               "drillDownLink" : null,
1347                               "displayValueLinkHtml" : "&nbsp;",
1348                               "displayValueHtml" : "&nbsp;",
1349                               "alignmentHtml" : " align=Left"
1350                             }
1351                           }, {
1352                             "columnId" : "delete",
1353                             "searchresultField" : {
1354                               "columnId" : null,
1355                               "displayValue" : "",
1356                               "alignment" : "Left",
1357                               "drillDownLink" : null,
1358                               "displayValueLinkHtml" : "&nbsp;",
1359                               "displayValueHtml" : "&nbsp;",
1360                               "alignmentHtml" : " align=Left"
1361                             }
1362                           }, {
1363                             "columnId" : "schedule",
1364                             "searchresultField" : {
1365                               "columnId" : null,
1366                               "displayValue" : "Schedule report",
1367                               "alignment" : "Center",
1368                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/calendar_icon.gif\" width=\"20\" height=\"20\" border=\"0\" alt=\"Schedule report\" onClick=\"document.forma.r_action.value='report.schedule.report.submit_wmenu'; document.forma.c_master.value='1012'; document.forma.refresh.value='Y';\">",
1369                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/calendar_icon.gif\" width=\"20\" height=\"20\" border=\"0\" alt=\"Schedule report\" onClick=\"document.forma.r_action.value='report.schedule.report.submit_wmenu'; document.forma.c_master.value='1012'; document.forma.refresh.value='Y';\">",
1370                               "displayValueHtml" : "Schedule report",
1371                               "alignmentHtml" : " align=Center"
1372                             }
1373                           }, {
1374                             "columnId" : "schedule",
1375                             "searchresultField" : {
1376                               "columnId" : null,
1377                               "displayValue" : "Schedule report",
1378                               "alignment" : "Center",
1379                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/calendar_icon.gif\" width=\"20\" height=\"20\" border=\"0\" alt=\"Schedule report\" onClick=\"document.forma.r_action.value='report.schedule.report.submit_wmenu'; document.forma.c_master.value='1012'; document.forma.refresh.value='Y';\">",
1380                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/calendar_icon.gif\" width=\"20\" height=\"20\" border=\"0\" alt=\"Schedule report\" onClick=\"document.forma.r_action.value='report.schedule.report.submit_wmenu'; document.forma.c_master.value='1012'; document.forma.refresh.value='Y';\">",
1381                               "displayValueHtml" : "Schedule report",
1382                               "alignmentHtml" : " align=Center"
1383                             }
1384                           }, {
1385                             "columnId" : "run",
1386                             "searchresultField" : {
1387                               "columnId" : null,
1388                               "displayValue" : "Run report",
1389                               "alignment" : "Center",
1390                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='1012'; document.forma.refresh.value='Y';\">",
1391                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='1012'; document.forma.refresh.value='Y';\">",
1392                               "displayValueHtml" : "Run report",
1393                               "alignmentHtml" : " align=Center"
1394                             }
1395                           }, {
1396                             "columnId" : "run",
1397                             "searchresultField" : {
1398                               "columnId" : null,
1399                               "displayValue" : "Run report",
1400                               "alignment" : "Center",
1401                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='1012'; document.forma.refresh.value='Y';\">",
1402                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='1012'; document.forma.refresh.value='Y';\">",
1403                               "displayValueHtml" : "Run report",
1404                               "alignmentHtml" : " align=Center"
1405                             }
1406                           } ], [ {
1407                             "columnId" : "no",
1408                             "searchresultField" : {
1409                               "columnId" : null,
1410                               "displayValue" : "6",
1411                               "alignment" : "Center",
1412                               "drillDownLink" : null,
1413                               "displayValueLinkHtml" : "6",
1414                               "displayValueHtml" : "6",
1415                               "alignmentHtml" : " align=Center"
1416                             }
1417                           }, {
1418                             "columnId" : "rep_id",
1419                             "searchresultField" : {
1420                               "columnId" : null,
1421                               "displayValue" : "3322",
1422                               "alignment" : "Center",
1423                               "drillDownLink" : null,
1424                               "displayValueLinkHtml" : "3322",
1425                               "displayValueHtml" : "3322",
1426                               "alignmentHtml" : " align=Center"
1427                             }
1428                           }, {
1429                             "columnId" : "rep_id",
1430                             "searchresultField" : {
1431                               "columnId" : null,
1432                               "displayValue" : "3322",
1433                               "alignment" : "Center",
1434                               "drillDownLink" : null,
1435                               "displayValueLinkHtml" : "3322",
1436                               "displayValueHtml" : "3322",
1437                               "alignmentHtml" : " align=Center"
1438                             }
1439                           }, {
1440                             "columnId" : "rep_name",
1441                             "searchresultField" : {
1442                               "columnId" : null,
1443                               "displayValue" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"3322\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>DEMO_LINE_CHART_INTERACTIVE</a>",
1444                               "alignment" : "Left",
1445                               "drillDownLink" : null,
1446                               "displayValueLinkHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"3322\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>DEMO_LINE_CHART_INTERACTIVE</a>",
1447                               "displayValueHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"3322\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>DEMO_LINE_CHART_INTERACTIVE</a>",
1448                               "alignmentHtml" : " align=Left"
1449                             }
1450                           }, {
1451                             "columnId" : "rep_name",
1452                             "searchresultField" : {
1453                               "columnId" : null,
1454                               "displayValue" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"3322\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>DEMO_LINE_CHART_INTERACTIVE</a>",
1455                               "alignment" : "Left",
1456                               "drillDownLink" : null,
1457                               "displayValueLinkHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"3322\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>DEMO_LINE_CHART_INTERACTIVE</a>",
1458                               "displayValueHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"3322\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>DEMO_LINE_CHART_INTERACTIVE</a>",
1459                               "alignmentHtml" : " align=Left"
1460                             }
1461                           }, {
1462                             "columnId" : "descr",
1463                             "searchresultField" : {
1464                               "columnId" : null,
1465                               "displayValue" : "",
1466                               "alignment" : "Left",
1467                               "drillDownLink" : null,
1468                               "displayValueLinkHtml" : "&nbsp;",
1469                               "displayValueHtml" : "&nbsp;",
1470                               "alignmentHtml" : " align=Left"
1471                             }
1472                           }, {
1473                             "columnId" : "descr",
1474                             "searchresultField" : {
1475                               "columnId" : null,
1476                               "displayValue" : "",
1477                               "alignment" : "Left",
1478                               "drillDownLink" : null,
1479                               "displayValueLinkHtml" : "&nbsp;",
1480                               "displayValueHtml" : "&nbsp;",
1481                               "alignmentHtml" : " align=Left"
1482                             }
1483                           }, {
1484                             "columnId" : "owner",
1485                             "searchresultField" : {
1486                               "columnId" : null,
1487                               "displayValue" : "Super User",
1488                               "alignment" : "Center",
1489                               "drillDownLink" : null,
1490                               "displayValueLinkHtml" : "Super User",
1491                               "displayValueHtml" : "Super User",
1492                               "alignmentHtml" : " align=Center"
1493                             }
1494                           }, {
1495                             "columnId" : "owner",
1496                             "searchresultField" : {
1497                               "columnId" : null,
1498                               "displayValue" : "Super User",
1499                               "alignment" : "Center",
1500                               "drillDownLink" : null,
1501                               "displayValueLinkHtml" : "Super User",
1502                               "displayValueHtml" : "Super User",
1503                               "alignmentHtml" : " align=Center"
1504                             }
1505                           }, {
1506                             "columnId" : "create_date",
1507                             "searchresultField" : {
1508                               "columnId" : null,
1509                               "displayValue" : "03/06/2013",
1510                               "alignment" : "Center",
1511                               "drillDownLink" : null,
1512                               "displayValueLinkHtml" : "03/06/2013",
1513                               "displayValueHtml" : "03/06/2013",
1514                               "alignmentHtml" : " align=Center"
1515                             }
1516                           }, {
1517                             "columnId" : "create_date",
1518                             "searchresultField" : {
1519                               "columnId" : null,
1520                               "displayValue" : "03/06/2013",
1521                               "alignment" : "Center",
1522                               "drillDownLink" : null,
1523                               "displayValueLinkHtml" : "03/06/2013",
1524                               "displayValueHtml" : "03/06/2013",
1525                               "alignmentHtml" : " align=Center"
1526                             }
1527                           }, {
1528                             "columnId" : "copy",
1529                             "searchresultField" : {
1530                               "columnId" : null,
1531                               "displayValue" : "Copy report",
1532                               "alignment" : "Center",
1533                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='3322'; document.forma.refresh.value='Y';\">",
1534                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='3322'; document.forma.refresh.value='Y';\">",
1535                               "displayValueHtml" : "Copy report",
1536                               "alignmentHtml" : " align=Center"
1537                             }
1538                           }, {
1539                             "columnId" : "copy",
1540                             "searchresultField" : {
1541                               "columnId" : null,
1542                               "displayValue" : "Copy report",
1543                               "alignment" : "Center",
1544                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='3322'; document.forma.refresh.value='Y';\">",
1545                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='3322'; document.forma.refresh.value='Y';\">",
1546                               "displayValueHtml" : "Copy report",
1547                               "alignmentHtml" : " align=Center"
1548                             }
1549                           }, {
1550                             "columnId" : "edit",
1551                             "searchresultField" : {
1552                               "columnId" : null,
1553                               "displayValue" : "",
1554                               "alignment" : "Left",
1555                               "drillDownLink" : null,
1556                               "displayValueLinkHtml" : "&nbsp;",
1557                               "displayValueHtml" : "&nbsp;",
1558                               "alignmentHtml" : " align=Left"
1559                             }
1560                           }, {
1561                             "columnId" : "edit",
1562                             "searchresultField" : {
1563                               "columnId" : null,
1564                               "displayValue" : "",
1565                               "alignment" : "Left",
1566                               "drillDownLink" : null,
1567                               "displayValueLinkHtml" : "&nbsp;",
1568                               "displayValueHtml" : "&nbsp;",
1569                               "alignmentHtml" : " align=Left"
1570                             }
1571                           }, {
1572                             "columnId" : "delete",
1573                             "searchresultField" : {
1574                               "columnId" : null,
1575                               "displayValue" : "",
1576                               "alignment" : "Left",
1577                               "drillDownLink" : null,
1578                               "displayValueLinkHtml" : "&nbsp;",
1579                               "displayValueHtml" : "&nbsp;",
1580                               "alignmentHtml" : " align=Left"
1581                             }
1582                           }, {
1583                             "columnId" : "delete",
1584                             "searchresultField" : {
1585                               "columnId" : null,
1586                               "displayValue" : "",
1587                               "alignment" : "Left",
1588                               "drillDownLink" : null,
1589                               "displayValueLinkHtml" : "&nbsp;",
1590                               "displayValueHtml" : "&nbsp;",
1591                               "alignmentHtml" : " align=Left"
1592                             }
1593                           }, {
1594                             "columnId" : "schedule",
1595                             "searchresultField" : {
1596                               "columnId" : null,
1597                               "displayValue" : "",
1598                               "alignment" : "Left",
1599                               "drillDownLink" : null,
1600                               "displayValueLinkHtml" : "&nbsp;",
1601                               "displayValueHtml" : "&nbsp;",
1602                               "alignmentHtml" : " align=Left"
1603                             }
1604                           }, {
1605                             "columnId" : "schedule",
1606                             "searchresultField" : {
1607                               "columnId" : null,
1608                               "displayValue" : "",
1609                               "alignment" : "Left",
1610                               "drillDownLink" : null,
1611                               "displayValueLinkHtml" : "&nbsp;",
1612                               "displayValueHtml" : "&nbsp;",
1613                               "alignmentHtml" : " align=Left"
1614                             }
1615                           }, {
1616                             "columnId" : "run",
1617                             "searchresultField" : {
1618                               "columnId" : null,
1619                               "displayValue" : "Run report",
1620                               "alignment" : "Center",
1621                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='3322'; document.forma.refresh.value='Y';\">",
1622                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='3322'; document.forma.refresh.value='Y';\">",
1623                               "displayValueHtml" : "Run report",
1624                               "alignmentHtml" : " align=Center"
1625                             }
1626                           }, {
1627                             "columnId" : "run",
1628                             "searchresultField" : {
1629                               "columnId" : null,
1630                               "displayValue" : "Run report",
1631                               "alignment" : "Center",
1632                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='3322'; document.forma.refresh.value='Y';\">",
1633                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='3322'; document.forma.refresh.value='Y';\">",
1634                               "displayValueHtml" : "Run report",
1635                               "alignmentHtml" : " align=Center"
1636                             }
1637                           } ], [ {
1638                             "columnId" : "no",
1639                             "searchresultField" : {
1640                               "columnId" : null,
1641                               "displayValue" : "7",
1642                               "alignment" : "Center",
1643                               "drillDownLink" : null,
1644                               "displayValueLinkHtml" : "7",
1645                               "displayValueHtml" : "7",
1646                               "alignmentHtml" : " align=Center"
1647                             }
1648                           }, {
1649                             "columnId" : "rep_id",
1650                             "searchresultField" : {
1651                               "columnId" : null,
1652                               "displayValue" : "3304",
1653                               "alignment" : "Center",
1654                               "drillDownLink" : null,
1655                               "displayValueLinkHtml" : "3304",
1656                               "displayValueHtml" : "3304",
1657                               "alignmentHtml" : " align=Center"
1658                             }
1659                           }, {
1660                             "columnId" : "rep_id",
1661                             "searchresultField" : {
1662                               "columnId" : null,
1663                               "displayValue" : "3304",
1664                               "alignment" : "Center",
1665                               "drillDownLink" : null,
1666                               "displayValueLinkHtml" : "3304",
1667                               "displayValueHtml" : "3304",
1668                               "alignmentHtml" : " align=Center"
1669                             }
1670                           }, {
1671                             "columnId" : "rep_name",
1672                             "searchresultField" : {
1673                               "columnId" : null,
1674                               "displayValue" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"3304\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>DEMO_PIE_CHART</a>",
1675                               "alignment" : "Left",
1676                               "drillDownLink" : null,
1677                               "displayValueLinkHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"3304\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>DEMO_PIE_CHART</a>",
1678                               "displayValueHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"3304\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>DEMO_PIE_CHART</a>",
1679                               "alignmentHtml" : " align=Left"
1680                             }
1681                           }, {
1682                             "columnId" : "rep_name",
1683                             "searchresultField" : {
1684                               "columnId" : null,
1685                               "displayValue" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"3304\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>DEMO_PIE_CHART</a>",
1686                               "alignment" : "Left",
1687                               "drillDownLink" : null,
1688                               "displayValueLinkHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"3304\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>DEMO_PIE_CHART</a>",
1689                               "displayValueHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"3304\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>DEMO_PIE_CHART</a>",
1690                               "alignmentHtml" : " align=Left"
1691                             }
1692                           }, {
1693                             "columnId" : "descr",
1694                             "searchresultField" : {
1695                               "columnId" : null,
1696                               "displayValue" : "",
1697                               "alignment" : "Left",
1698                               "drillDownLink" : null,
1699                               "displayValueLinkHtml" : "&nbsp;",
1700                               "displayValueHtml" : "&nbsp;",
1701                               "alignmentHtml" : " align=Left"
1702                             }
1703                           }, {
1704                             "columnId" : "descr",
1705                             "searchresultField" : {
1706                               "columnId" : null,
1707                               "displayValue" : "",
1708                               "alignment" : "Left",
1709                               "drillDownLink" : null,
1710                               "displayValueLinkHtml" : "&nbsp;",
1711                               "displayValueHtml" : "&nbsp;",
1712                               "alignmentHtml" : " align=Left"
1713                             }
1714                           }, {
1715                             "columnId" : "owner",
1716                             "searchresultField" : {
1717                               "columnId" : null,
1718                               "displayValue" : "Super User",
1719                               "alignment" : "Center",
1720                               "drillDownLink" : null,
1721                               "displayValueLinkHtml" : "Super User",
1722                               "displayValueHtml" : "Super User",
1723                               "alignmentHtml" : " align=Center"
1724                             }
1725                           }, {
1726                             "columnId" : "owner",
1727                             "searchresultField" : {
1728                               "columnId" : null,
1729                               "displayValue" : "Super User",
1730                               "alignment" : "Center",
1731                               "drillDownLink" : null,
1732                               "displayValueLinkHtml" : "Super User",
1733                               "displayValueHtml" : "Super User",
1734                               "alignmentHtml" : " align=Center"
1735                             }
1736                           }, {
1737                             "columnId" : "create_date",
1738                             "searchresultField" : {
1739                               "columnId" : null,
1740                               "displayValue" : "12/11/2012",
1741                               "alignment" : "Center",
1742                               "drillDownLink" : null,
1743                               "displayValueLinkHtml" : "12/11/2012",
1744                               "displayValueHtml" : "12/11/2012",
1745                               "alignmentHtml" : " align=Center"
1746                             }
1747                           }, {
1748                             "columnId" : "create_date",
1749                             "searchresultField" : {
1750                               "columnId" : null,
1751                               "displayValue" : "12/11/2012",
1752                               "alignment" : "Center",
1753                               "drillDownLink" : null,
1754                               "displayValueLinkHtml" : "12/11/2012",
1755                               "displayValueHtml" : "12/11/2012",
1756                               "alignmentHtml" : " align=Center"
1757                             }
1758                           }, {
1759                             "columnId" : "copy",
1760                             "searchresultField" : {
1761                               "columnId" : null,
1762                               "displayValue" : "Copy report",
1763                               "alignment" : "Center",
1764                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='3304'; document.forma.refresh.value='Y';\">",
1765                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='3304'; document.forma.refresh.value='Y';\">",
1766                               "displayValueHtml" : "Copy report",
1767                               "alignmentHtml" : " align=Center"
1768                             }
1769                           }, {
1770                             "columnId" : "copy",
1771                             "searchresultField" : {
1772                               "columnId" : null,
1773                               "displayValue" : "Copy report",
1774                               "alignment" : "Center",
1775                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='3304'; document.forma.refresh.value='Y';\">",
1776                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='3304'; document.forma.refresh.value='Y';\">",
1777                               "displayValueHtml" : "Copy report",
1778                               "alignmentHtml" : " align=Center"
1779                             }
1780                           }, {
1781                             "columnId" : "edit",
1782                             "searchresultField" : {
1783                               "columnId" : null,
1784                               "displayValue" : "",
1785                               "alignment" : "Left",
1786                               "drillDownLink" : null,
1787                               "displayValueLinkHtml" : "&nbsp;",
1788                               "displayValueHtml" : "&nbsp;",
1789                               "alignmentHtml" : " align=Left"
1790                             }
1791                           }, {
1792                             "columnId" : "edit",
1793                             "searchresultField" : {
1794                               "columnId" : null,
1795                               "displayValue" : "",
1796                               "alignment" : "Left",
1797                               "drillDownLink" : null,
1798                               "displayValueLinkHtml" : "&nbsp;",
1799                               "displayValueHtml" : "&nbsp;",
1800                               "alignmentHtml" : " align=Left"
1801                             }
1802                           }, {
1803                             "columnId" : "delete",
1804                             "searchresultField" : {
1805                               "columnId" : null,
1806                               "displayValue" : "",
1807                               "alignment" : "Left",
1808                               "drillDownLink" : null,
1809                               "displayValueLinkHtml" : "&nbsp;",
1810                               "displayValueHtml" : "&nbsp;",
1811                               "alignmentHtml" : " align=Left"
1812                             }
1813                           }, {
1814                             "columnId" : "delete",
1815                             "searchresultField" : {
1816                               "columnId" : null,
1817                               "displayValue" : "",
1818                               "alignment" : "Left",
1819                               "drillDownLink" : null,
1820                               "displayValueLinkHtml" : "&nbsp;",
1821                               "displayValueHtml" : "&nbsp;",
1822                               "alignmentHtml" : " align=Left"
1823                             }
1824                           }, {
1825                             "columnId" : "schedule",
1826                             "searchresultField" : {
1827                               "columnId" : null,
1828                               "displayValue" : "",
1829                               "alignment" : "Left",
1830                               "drillDownLink" : null,
1831                               "displayValueLinkHtml" : "&nbsp;",
1832                               "displayValueHtml" : "&nbsp;",
1833                               "alignmentHtml" : " align=Left"
1834                             }
1835                           }, {
1836                             "columnId" : "schedule",
1837                             "searchresultField" : {
1838                               "columnId" : null,
1839                               "displayValue" : "",
1840                               "alignment" : "Left",
1841                               "drillDownLink" : null,
1842                               "displayValueLinkHtml" : "&nbsp;",
1843                               "displayValueHtml" : "&nbsp;",
1844                               "alignmentHtml" : " align=Left"
1845                             }
1846                           }, {
1847                             "columnId" : "run",
1848                             "searchresultField" : {
1849                               "columnId" : null,
1850                               "displayValue" : "Run report",
1851                               "alignment" : "Center",
1852                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='3304'; document.forma.refresh.value='Y';\">",
1853                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='3304'; document.forma.refresh.value='Y';\">",
1854                               "displayValueHtml" : "Run report",
1855                               "alignmentHtml" : " align=Center"
1856                             }
1857                           }, {
1858                             "columnId" : "run",
1859                             "searchresultField" : {
1860                               "columnId" : null,
1861                               "displayValue" : "Run report",
1862                               "alignment" : "Center",
1863                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='3304'; document.forma.refresh.value='Y';\">",
1864                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='3304'; document.forma.refresh.value='Y';\">",
1865                               "displayValueHtml" : "Run report",
1866                               "alignmentHtml" : " align=Center"
1867                             }
1868                           } ], [ {
1869                             "columnId" : "no",
1870                             "searchresultField" : {
1871                               "columnId" : null,
1872                               "displayValue" : "8",
1873                               "alignment" : "Center",
1874                               "drillDownLink" : null,
1875                               "displayValueLinkHtml" : "8",
1876                               "displayValueHtml" : "8",
1877                               "alignmentHtml" : " align=Center"
1878                             }
1879                           }, {
1880                             "columnId" : "rep_id",
1881                             "searchresultField" : {
1882                               "columnId" : null,
1883                               "displayValue" : "526",
1884                               "alignment" : "Center",
1885                               "drillDownLink" : null,
1886                               "displayValueLinkHtml" : "526",
1887                               "displayValueHtml" : "526",
1888                               "alignmentHtml" : " align=Center"
1889                             }
1890                           }, {
1891                             "columnId" : "rep_id",
1892                             "searchresultField" : {
1893                               "columnId" : null,
1894                               "displayValue" : "526",
1895                               "alignment" : "Center",
1896                               "drillDownLink" : null,
1897                               "displayValueLinkHtml" : "526",
1898                               "displayValueHtml" : "526",
1899                               "alignmentHtml" : " align=Center"
1900                             }
1901                           }, {
1902                             "columnId" : "rep_name",
1903                             "searchresultField" : {
1904                               "columnId" : null,
1905                               "displayValue" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"526\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>RS Report CrossTab 3</a>",
1906                               "alignment" : "Left",
1907                               "drillDownLink" : null,
1908                               "displayValueLinkHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"526\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>RS Report CrossTab 3</a>",
1909                               "displayValueHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"526\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>RS Report CrossTab 3</a>",
1910                               "alignmentHtml" : " align=Left"
1911                             }
1912                           }, {
1913                             "columnId" : "rep_name",
1914                             "searchresultField" : {
1915                               "columnId" : null,
1916                               "displayValue" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"526\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>RS Report CrossTab 3</a>",
1917                               "alignment" : "Left",
1918                               "drillDownLink" : null,
1919                               "displayValueLinkHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"526\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>RS Report CrossTab 3</a>",
1920                               "displayValueHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"526\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>RS Report CrossTab 3</a>",
1921                               "alignmentHtml" : " align=Left"
1922                             }
1923                           }, {
1924                             "columnId" : "descr",
1925                             "searchresultField" : {
1926                               "columnId" : null,
1927                               "displayValue" : "CrossTab ",
1928                               "alignment" : "Left",
1929                               "drillDownLink" : null,
1930                               "displayValueLinkHtml" : "CrossTab ",
1931                               "displayValueHtml" : "CrossTab ",
1932                               "alignmentHtml" : " align=Left"
1933                             }
1934                           }, {
1935                             "columnId" : "descr",
1936                             "searchresultField" : {
1937                               "columnId" : null,
1938                               "displayValue" : "CrossTab ",
1939                               "alignment" : "Left",
1940                               "drillDownLink" : null,
1941                               "displayValueLinkHtml" : "CrossTab ",
1942                               "displayValueHtml" : "CrossTab ",
1943                               "alignmentHtml" : " align=Left"
1944                             }
1945                           }, {
1946                             "columnId" : "owner",
1947                             "searchresultField" : {
1948                               "columnId" : null,
1949                               "displayValue" : "Super User",
1950                               "alignment" : "Center",
1951                               "drillDownLink" : null,
1952                               "displayValueLinkHtml" : "Super User",
1953                               "displayValueHtml" : "Super User",
1954                               "alignmentHtml" : " align=Center"
1955                             }
1956                           }, {
1957                             "columnId" : "owner",
1958                             "searchresultField" : {
1959                               "columnId" : null,
1960                               "displayValue" : "Super User",
1961                               "alignment" : "Center",
1962                               "drillDownLink" : null,
1963                               "displayValueLinkHtml" : "Super User",
1964                               "displayValueHtml" : "Super User",
1965                               "alignmentHtml" : " align=Center"
1966                             }
1967                           }, {
1968                             "columnId" : "create_date",
1969                             "searchresultField" : {
1970                               "columnId" : null,
1971                               "displayValue" : "01/29/2009",
1972                               "alignment" : "Center",
1973                               "drillDownLink" : null,
1974                               "displayValueLinkHtml" : "01/29/2009",
1975                               "displayValueHtml" : "01/29/2009",
1976                               "alignmentHtml" : " align=Center"
1977                             }
1978                           }, {
1979                             "columnId" : "create_date",
1980                             "searchresultField" : {
1981                               "columnId" : null,
1982                               "displayValue" : "01/29/2009",
1983                               "alignment" : "Center",
1984                               "drillDownLink" : null,
1985                               "displayValueLinkHtml" : "01/29/2009",
1986                               "displayValueHtml" : "01/29/2009",
1987                               "alignmentHtml" : " align=Center"
1988                             }
1989                           }, {
1990                             "columnId" : "copy",
1991                             "searchresultField" : {
1992                               "columnId" : null,
1993                               "displayValue" : "Copy report",
1994                               "alignment" : "Center",
1995                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='526'; document.forma.refresh.value='Y';\">",
1996                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='526'; document.forma.refresh.value='Y';\">",
1997                               "displayValueHtml" : "Copy report",
1998                               "alignmentHtml" : " align=Center"
1999                             }
2000                           }, {
2001                             "columnId" : "copy",
2002                             "searchresultField" : {
2003                               "columnId" : null,
2004                               "displayValue" : "Copy report",
2005                               "alignment" : "Center",
2006                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='526'; document.forma.refresh.value='Y';\">",
2007                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='526'; document.forma.refresh.value='Y';\">",
2008                               "displayValueHtml" : "Copy report",
2009                               "alignmentHtml" : " align=Center"
2010                             }
2011                           }, {
2012                             "columnId" : "edit",
2013                             "searchresultField" : {
2014                               "columnId" : null,
2015                               "displayValue" : "",
2016                               "alignment" : "Left",
2017                               "drillDownLink" : null,
2018                               "displayValueLinkHtml" : "&nbsp;",
2019                               "displayValueHtml" : "&nbsp;",
2020                               "alignmentHtml" : " align=Left"
2021                             }
2022                           }, {
2023                             "columnId" : "edit",
2024                             "searchresultField" : {
2025                               "columnId" : null,
2026                               "displayValue" : "",
2027                               "alignment" : "Left",
2028                               "drillDownLink" : null,
2029                               "displayValueLinkHtml" : "&nbsp;",
2030                               "displayValueHtml" : "&nbsp;",
2031                               "alignmentHtml" : " align=Left"
2032                             }
2033                           }, {
2034                             "columnId" : "delete",
2035                             "searchresultField" : {
2036                               "columnId" : null,
2037                               "displayValue" : "",
2038                               "alignment" : "Left",
2039                               "drillDownLink" : null,
2040                               "displayValueLinkHtml" : "&nbsp;",
2041                               "displayValueHtml" : "&nbsp;",
2042                               "alignmentHtml" : " align=Left"
2043                             }
2044                           }, {
2045                             "columnId" : "delete",
2046                             "searchresultField" : {
2047                               "columnId" : null,
2048                               "displayValue" : "",
2049                               "alignment" : "Left",
2050                               "drillDownLink" : null,
2051                               "displayValueLinkHtml" : "&nbsp;",
2052                               "displayValueHtml" : "&nbsp;",
2053                               "alignmentHtml" : " align=Left"
2054                             }
2055                           }, {
2056                             "columnId" : "schedule",
2057                             "searchresultField" : {
2058                               "columnId" : null,
2059                               "displayValue" : "",
2060                               "alignment" : "Left",
2061                               "drillDownLink" : null,
2062                               "displayValueLinkHtml" : "&nbsp;",
2063                               "displayValueHtml" : "&nbsp;",
2064                               "alignmentHtml" : " align=Left"
2065                             }
2066                           }, {
2067                             "columnId" : "schedule",
2068                             "searchresultField" : {
2069                               "columnId" : null,
2070                               "displayValue" : "",
2071                               "alignment" : "Left",
2072                               "drillDownLink" : null,
2073                               "displayValueLinkHtml" : "&nbsp;",
2074                               "displayValueHtml" : "&nbsp;",
2075                               "alignmentHtml" : " align=Left"
2076                             }
2077                           }, {
2078                             "columnId" : "run",
2079                             "searchresultField" : {
2080                               "columnId" : null,
2081                               "displayValue" : "Run report",
2082                               "alignment" : "Center",
2083                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='526'; document.forma.refresh.value='Y';\">",
2084                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='526'; document.forma.refresh.value='Y';\">",
2085                               "displayValueHtml" : "Run report",
2086                               "alignmentHtml" : " align=Center"
2087                             }
2088                           }, {
2089                             "columnId" : "run",
2090                             "searchresultField" : {
2091                               "columnId" : null,
2092                               "displayValue" : "Run report",
2093                               "alignment" : "Center",
2094                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='526'; document.forma.refresh.value='Y';\">",
2095                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='526'; document.forma.refresh.value='Y';\">",
2096                               "displayValueHtml" : "Run report",
2097                               "alignmentHtml" : " align=Center"
2098                             }
2099                           } ], [ {
2100                             "columnId" : "no",
2101                             "searchresultField" : {
2102                               "columnId" : null,
2103                               "displayValue" : "9",
2104                               "alignment" : "Center",
2105                               "drillDownLink" : null,
2106                               "displayValueLinkHtml" : "9",
2107                               "displayValueHtml" : "9",
2108                               "alignmentHtml" : " align=Center"
2109                             }
2110                           }, {
2111                             "columnId" : "rep_id",
2112                             "searchresultField" : {
2113                               "columnId" : null,
2114                               "displayValue" : "2671",
2115                               "alignment" : "Center",
2116                               "drillDownLink" : null,
2117                               "displayValueLinkHtml" : "2671",
2118                               "displayValueHtml" : "2671",
2119                               "alignmentHtml" : " align=Center"
2120                             }
2121                           }, {
2122                             "columnId" : "rep_id",
2123                             "searchresultField" : {
2124                               "columnId" : null,
2125                               "displayValue" : "2671",
2126                               "alignment" : "Center",
2127                               "drillDownLink" : null,
2128                               "displayValueLinkHtml" : "2671",
2129                               "displayValueHtml" : "2671",
2130                               "alignmentHtml" : " align=Center"
2131                             }
2132                           }, {
2133                             "columnId" : "rep_name",
2134                             "searchresultField" : {
2135                               "columnId" : null,
2136                               "displayValue" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"2671\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Test: CROSSTAB</a>",
2137                               "alignment" : "Left",
2138                               "drillDownLink" : null,
2139                               "displayValueLinkHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"2671\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Test: CROSSTAB</a>",
2140                               "displayValueHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"2671\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Test: CROSSTAB</a>",
2141                               "alignmentHtml" : " align=Left"
2142                             }
2143                           }, {
2144                             "columnId" : "rep_name",
2145                             "searchresultField" : {
2146                               "columnId" : null,
2147                               "displayValue" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"2671\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Test: CROSSTAB</a>",
2148                               "alignment" : "Left",
2149                               "drillDownLink" : null,
2150                               "displayValueLinkHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"2671\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Test: CROSSTAB</a>",
2151                               "displayValueHtml" : "<a class=\"hyperref1\" href='#' onClick='document.forma.r_action.value=\"report.run\";document.forma.c_master.value=\"2671\";document.forma.refresh.value=\"Y\";document.forma.submit();return false;'>Test: CROSSTAB</a>",
2152                               "alignmentHtml" : " align=Left"
2153                             }
2154                           }, {
2155                             "columnId" : "descr",
2156                             "searchresultField" : {
2157                               "columnId" : null,
2158                               "displayValue" : "",
2159                               "alignment" : "Left",
2160                               "drillDownLink" : null,
2161                               "displayValueLinkHtml" : "&nbsp;",
2162                               "displayValueHtml" : "&nbsp;",
2163                               "alignmentHtml" : " align=Left"
2164                             }
2165                           }, {
2166                             "columnId" : "descr",
2167                             "searchresultField" : {
2168                               "columnId" : null,
2169                               "displayValue" : "",
2170                               "alignment" : "Left",
2171                               "drillDownLink" : null,
2172                               "displayValueLinkHtml" : "&nbsp;",
2173                               "displayValueHtml" : "&nbsp;",
2174                               "alignmentHtml" : " align=Left"
2175                             }
2176                           }, {
2177                             "columnId" : "owner",
2178                             "searchresultField" : {
2179                               "columnId" : null,
2180                               "displayValue" : "Super User",
2181                               "alignment" : "Center",
2182                               "drillDownLink" : null,
2183                               "displayValueLinkHtml" : "Super User",
2184                               "displayValueHtml" : "Super User",
2185                               "alignmentHtml" : " align=Center"
2186                             }
2187                           }, {
2188                             "columnId" : "owner",
2189                             "searchresultField" : {
2190                               "columnId" : null,
2191                               "displayValue" : "Super User",
2192                               "alignment" : "Center",
2193                               "drillDownLink" : null,
2194                               "displayValueLinkHtml" : "Super User",
2195                               "displayValueHtml" : "Super User",
2196                               "alignmentHtml" : " align=Center"
2197                             }
2198                           }, {
2199                             "columnId" : "create_date",
2200                             "searchresultField" : {
2201                               "columnId" : null,
2202                               "displayValue" : "09/22/2010",
2203                               "alignment" : "Center",
2204                               "drillDownLink" : null,
2205                               "displayValueLinkHtml" : "09/22/2010",
2206                               "displayValueHtml" : "09/22/2010",
2207                               "alignmentHtml" : " align=Center"
2208                             }
2209                           }, {
2210                             "columnId" : "create_date",
2211                             "searchresultField" : {
2212                               "columnId" : null,
2213                               "displayValue" : "09/22/2010",
2214                               "alignment" : "Center",
2215                               "drillDownLink" : null,
2216                               "displayValueLinkHtml" : "09/22/2010",
2217                               "displayValueHtml" : "09/22/2010",
2218                               "alignmentHtml" : " align=Center"
2219                             }
2220                           }, {
2221                             "columnId" : "copy",
2222                             "searchresultField" : {
2223                               "columnId" : null,
2224                               "displayValue" : "Copy report",
2225                               "alignment" : "Center",
2226                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='2671'; document.forma.refresh.value='Y';\">",
2227                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='2671'; document.forma.refresh.value='Y';\">",
2228                               "displayValueHtml" : "Copy report",
2229                               "alignmentHtml" : " align=Center"
2230                             }
2231                           }, {
2232                             "columnId" : "copy",
2233                             "searchresultField" : {
2234                               "columnId" : null,
2235                               "displayValue" : "Copy report",
2236                               "alignment" : "Center",
2237                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='2671'; document.forma.refresh.value='Y';\">",
2238                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/modify_icon.gif\" width=\"13\" height=\"12\" border=\"0\" alt=\"Copy report\" onClick=\"if(! confirm('Are you sure you want to create a copy of this report?')) return false; document.forma.r_action.value='report.copy'; document.forma.c_master.value='2671'; document.forma.refresh.value='Y';\">",
2239                               "displayValueHtml" : "Copy report",
2240                               "alignmentHtml" : " align=Center"
2241                             }
2242                           }, {
2243                             "columnId" : "edit",
2244                             "searchresultField" : {
2245                               "columnId" : null,
2246                               "displayValue" : "",
2247                               "alignment" : "Left",
2248                               "drillDownLink" : null,
2249                               "displayValueLinkHtml" : "&nbsp;",
2250                               "displayValueHtml" : "&nbsp;",
2251                               "alignmentHtml" : " align=Left"
2252                             }
2253                           }, {
2254                             "columnId" : "edit",
2255                             "searchresultField" : {
2256                               "columnId" : null,
2257                               "displayValue" : "",
2258                               "alignment" : "Left",
2259                               "drillDownLink" : null,
2260                               "displayValueLinkHtml" : "&nbsp;",
2261                               "displayValueHtml" : "&nbsp;",
2262                               "alignmentHtml" : " align=Left"
2263                             }
2264                           }, {
2265                             "columnId" : "delete",
2266                             "searchresultField" : {
2267                               "columnId" : null,
2268                               "displayValue" : "",
2269                               "alignment" : "Left",
2270                               "drillDownLink" : null,
2271                               "displayValueLinkHtml" : "&nbsp;",
2272                               "displayValueHtml" : "&nbsp;",
2273                               "alignmentHtml" : " align=Left"
2274                             }
2275                           }, {
2276                             "columnId" : "delete",
2277                             "searchresultField" : {
2278                               "columnId" : null,
2279                               "displayValue" : "",
2280                               "alignment" : "Left",
2281                               "drillDownLink" : null,
2282                               "displayValueLinkHtml" : "&nbsp;",
2283                               "displayValueHtml" : "&nbsp;",
2284                               "alignmentHtml" : " align=Left"
2285                             }
2286                           }, {
2287                             "columnId" : "schedule",
2288                             "searchresultField" : {
2289                               "columnId" : null,
2290                               "displayValue" : "",
2291                               "alignment" : "Left",
2292                               "drillDownLink" : null,
2293                               "displayValueLinkHtml" : "&nbsp;",
2294                               "displayValueHtml" : "&nbsp;",
2295                               "alignmentHtml" : " align=Left"
2296                             }
2297                           }, {
2298                             "columnId" : "schedule",
2299                             "searchresultField" : {
2300                               "columnId" : null,
2301                               "displayValue" : "",
2302                               "alignment" : "Left",
2303                               "drillDownLink" : null,
2304                               "displayValueLinkHtml" : "&nbsp;",
2305                               "displayValueHtml" : "&nbsp;",
2306                               "alignmentHtml" : " align=Left"
2307                             }
2308                           }, {
2309                             "columnId" : "run",
2310                             "searchresultField" : {
2311                               "columnId" : null,
2312                               "displayValue" : "Run report",
2313                               "alignment" : "Center",
2314                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='2671'; document.forma.refresh.value='Y';\">",
2315                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='2671'; document.forma.refresh.value='Y';\">",
2316                               "displayValueHtml" : "Run report",
2317                               "alignmentHtml" : " align=Center"
2318                             }
2319                           }, {
2320                             "columnId" : "run",
2321                             "searchresultField" : {
2322                               "columnId" : null,
2323                               "displayValue" : "Run report",
2324                               "alignment" : "Center",
2325                               "drillDownLink" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='2671'; document.forma.refresh.value='Y';\">",
2326                               "displayValueLinkHtml" : "<input type=\"image\" src=\"static/fusion/raptor/images/test_run.gif\" width=\"12\" height=\"12\" border=\"0\" alt=\"Run report\" onClick=\"document.forma.r_action.value='report.run'; document.forma.c_master.value='2671'; document.forma.refresh.value='Y';\">",
2327                               "displayValueHtml" : "Run report",
2328                               "alignmentHtml" : " align=Center"
2329                             }
2330                           } ] ] ]
2331                         };
2332     var getByColumnId = function(input, id) {
2333                     var i=0, len=input.length;
2334                     for (; i<len; i++) {
2335                       if (+input[i].columnId == +id) {
2336                         return input[i];
2337                       }
2338                     }
2339                     return null;
2340                   };
2341
2342
2343         var paginationOptions = {
2344                     pageNumber: 1,
2345                     pageSize: 25,
2346                     sort: null
2347                   };
2348           Grid.prototype.getCellValue = function getCellValue(row, col){
2349                          if(col.field.indexOf('==')>-1){
2350                                  var obj = row.entity.filter(function(d){if(d.columnId==col.field.substring(2)) return true; });
2351                                  if(obj.length>0){
2352                                    return obj[0].searchresultField.displayValue;
2353                                  }
2354                          }
2355             if ( typeof(row.entity[ '$$' + col.uid ]) !== 'undefined' ) {
2356               return row.entity[ '$$' + col.uid].rendered;
2357             } else if (this.options.flatEntityAccess && typeof(col.field) !== 'undefined' ){
2358               return row.entity[col.field];
2359             } else {
2360
2361               if (!col.cellValueGetterCache) {
2362                 col.cellValueGetterCache = $parse(row.getEntityQualifiedColField(col));
2363               }
2364               return col.cellValueGetterCache(row);
2365             }
2366           };
2367           
2368                   $scope.gridOptions = {
2369                     paginationPageSizes: [25, 50, 75],
2370                     paginationPageSize: 25,
2371                     enableGridMenu: true,
2372                     enableSelectAll: true,
2373                     exporterCsvFilename: 'myFile.csv',
2374                     exporterPdfDefaultStyle: {fontSize: 9},
2375                     exporterPdfTableStyle: {margin: [30, 30, 30, 30]},
2376                     exporterPdfTableHeaderStyle: {fontSize: 10, bold: true, italics: true, color: 'red'},
2377                     exporterPdfHeader: { text: "My Header", style: 'headerStyle' },
2378                     exporterPdfFooter: function ( currentPage, pageCount ) {
2379                       return { text: currentPage.toString() + ' of ' + pageCount.toString(), style: 'footerStyle' };
2380                     },
2381                     exporterPdfCustomFormatter: function ( docDefinition ) {
2382                       docDefinition.styles.headerStyle = { fontSize: 22, bold: true };
2383                       docDefinition.styles.footerStyle = { fontSize: 10, bold: true };
2384                       return docDefinition;
2385                     },
2386                     exporterPdfOrientation: 'portrait',
2387                     exporterPdfPageSize: 'LETTER',
2388                     exporterPdfMaxGridWidth: 500,
2389                     exporterCsvLinkElement: angular.element(document.querySelectorAll(".custom-csv-link-location")),
2390                     onRegisterApi: function(gridApi){
2391                       $scope.gridApi = gridApi;
2392                     },
2393                     useExternalPagination: true,
2394                     useExternalSorting: true,
2395                     columnDefs: [  ],
2396                     onRegisterApi: function(gridApi) {
2397                       $scope.gridApi = gridApi;
2398                       $scope.gridApi.core.on.sortChanged($scope, function(grid, sortColumns) {
2399                         if (sortColumns.length == 0) {
2400                           paginationOptions.sort = null;
2401                         } else {
2402                           paginationOptions.sort = sortColumns[0].sort.direction;
2403                         }
2404                         getPage();
2405                       });
2406                       gridApi.pagination.on.paginationChanged($scope, function (newPage, pageSize) {
2407                         paginationOptions.pageNumber = newPage;
2408                         paginationOptions.pageSize = pageSize;
2409                         getPage();
2410                       });
2411                     }
2412                   };
2413                   
2414                   //$scope.getCellValue = function() {
2415                 //        $scope.gridOptions.data = $scope.searchdData.rows[0];
2416                 //        console.log($scope.gridOptions.data[1][0].displayValue);
2417                  // };
2418                  
2419
2420
2421                   var getPage = function() {
2422                   };
2423                   $scope.searchdData.columns[0].forEach(function(entry) {
2424                           $scope.gridOptions.columnDefs.push({ displayName: entry.columnTitle, field: '=='+entry.columnId});
2425                   }); 
2426                   $scope.gridOptions.data = $scope.searchdData.rows[0].splice(1,8);
2427
2428                   getPage();
2429
2430 });
2431
2432 </script>