Skip to content

Commit 1d61f2d

Browse files
committed
webtk updates from Gary
1 parent 376cf78 commit 1d61f2d

File tree

8 files changed

+352
-147
lines changed

8 files changed

+352
-147
lines changed

examples/gui/webtk/generic_fullapps/treesummary_all.sql

100755100644
File mode changed.

examples/gui/webtk/generic_fullapps/vrsummary_all.sql

100755100644
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ insert into apppart values (NULL,'vrsummaryall',8,'downloadf','download results
101101

102102
insert into appforminfo values (NULL,'vrsummaryall',1,'textlist','treelist','treelist','treelist','treelist','Search Local Tree','Path to Search Tree',1,2,0,'','','','','','','','','','','T');
103103

104-
insert into appforminfo values (NULL,'vrsummaryall',3,'text','DIR_path','rpath(sname,sroll) as path','path','path','Path','Path of Dir',1,1,0,'pattern=''[A-Za-z,'%._]+''','placeholder=''%str% or "str1","str2" for in''','','','','','','','','','W');
105-
insert into appforminfo values (NULL,'vrsummaryall',3,'text','DIR_name','name as name','name','name','Directory Name','Name of Directory',1,1,0,'pattern=''[A-Za-z,'%._]+''','placeholder=''%str% or "str1","str2" for in''','','','','','','','','','W');
104+
insert into appforminfo values (NULL,'vrsummaryall',3,'text','DIR_path','rpath(sname,sroll) as path','path','path','Path','Path of Dir',1,1,0,'pattern=''[A-Za-z0-9,'%._]+''','placeholder=''%str% or "str1","str2" for in''','','','','','','','','','W');
105+
insert into appforminfo values (NULL,'vrsummaryall',3,'text','DIR_name','name as name','name','name','Directory Name','Name of Directory',1,1,0,'pattern=''[A-Za-z0-9,'%._]+''','placeholder=''%str% or "str1","str2" for in''','','','','','','','','','W');
106106
insert into appforminfo values (NULL,'vrsummaryall',3,'int64','DIR_nlink','nlink as nlink','nlink','nlink','number of dlinks','number of dlinks',1,1,0,'min=''0''','','','','','','','','','','W');
107107
insert into appforminfo values (NULL,'vrsummaryall',3,'int64','DIR_uid','uid as uid','uid','uid','Directory UID','Directory UID',1,1,0,'min=''0''','','','','','','','','','','W');
108108
insert into appforminfo values (NULL,'vrsummaryall',3,'int64','DIR_gid','gid as gid','gid','gid','Directory GID','Directory GID',1,1,0,'min=''0''','','','','','','','','','','W');
@@ -142,6 +142,7 @@ insert into appforminfo values (NULL,'vrsummaryall',3,'int64','DIR_totmtt','totm
142142
insert into appforminfo values (NULL,'vrsummaryall',3,'int64','DIR_totsize','totsize as totsize','totsize','totsize','Directory total files size','Directory total files size',1,1,0,'min=''0''','','','','','','','','','','W');
143143

144144
insert into appforminfo values (NULL,'vrsummaryall',4,'text','DIR_pathname','rpath(sname,sroll)||''/''||name as pathname','pathname','pathname','Pathname','Name of Dir',1,1,0,'required','checked','','','','','','','','','S');
145+
insert into appforminfo values (NULL,'vrsummaryall',4,'text','DIR_hostname','hostname() as hostname','hostname','hostname','hostname','Name of GUFI host',1,1,0,'','','','','','','','','','','S');
145146
insert into appforminfo values (NULL,'vrsummaryall',4,'int64','DIR_mode','mode as mode','mode','modetotxt(mode) as mode','Dir DMode','DMode of Dir',1,1,0,'','','','','','','','','','','S');
146147
insert into appforminfo values (NULL,'vrsummaryall',4,'int64','DIR_nlink','nlink as nlink','nlink','nlink','Dir nlink','nlink of Dir',1,1,0,'','','','','','','','','','','S');
147148
insert into appforminfo values (NULL,'vrsummaryall',4,'int64','DIR_uid','uid as duid','uid','uid','Dir uid','uid of Dir',1,1,0,'','','','','','','','','','','S');

examples/gui/webtk/generic_fullapps/vrsummary_all_groupby.sql

100755100644
Lines changed: 15 additions & 18 deletions
Large diffs are not rendered by default.

examples/gui/webtk/generic_fullapps/vrxpentries_all.sql

100755100644
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ insert into apppart values (NULL,'vrxpentriesall',8,'downloadf','download result
101101

102102
insert into appforminfo values (NULL,'vrxpentriesall',1,'textlist','treelist','treelist','treelist','treelist','Search Local Tree','Path to Search Tree',1,2,0,'','','','','','','','','','','T');
103103

104-
insert into appforminfo values (NULL,'vrxpentriesall',2,'text','ENT_path','rpath(sname,sroll) as path','path','path','Path','Path of File',1,1,0,'pattern=''[A-Za-z,'%._]+''','placeholder=''%str% or "str1","str2" for in''','','','','','','','','','W');
105-
insert into appforminfo values (NULL,'vrxpentriesall',2,'text','ENT_name','name as name','name','name','File Name','Name of File',1,1,0,'pattern=''[A-Za-z,'%._]+''','placeholder=''%str% or "str1","str2" for in''','','','','','','','','','W');
104+
insert into appforminfo values (NULL,'vrxpentriesall',2,'text','ENT_path','rpath(sname,sroll) as path','path','path','Path','Path of File',1,1,0,'pattern=''[A-Za-z0-9,'%._]+''','placeholder=''%str% or "str1","str2" for in''','','','','','','','','','W');
105+
insert into appforminfo values (NULL,'vrxpentriesall',2,'text','ENT_name','name as name','name','name','File Name','Name of File',1,1,0,'pattern=''[A-Za-z0-9,'%._]+''','placeholder=''%str% or "str1","str2" for in''','','','','','','','','','W');
106106
insert into appforminfo values (NULL,'vrxpentriesall',2,'text','ENT_type','type as type','type','type','Entry Type','Entry type',1,1,0,'pattern=''[dfl]+''','placeholder=''d or f or l''','','','','','','','','','W');
107107
insert into appforminfo values (NULL,'vrxpentriesall',2,'int64','ENT_nlink','nlink as nlink','nlink','nlink','number of links','number of links',1,1,0,'min=''0''','','','','','','','','','','W');
108-
insert into appforminfo values (NULL,'vrxpentriesall',2,'text','ENT_linkname','linkname as linkname','linkname','linkname','Link Name','Link Name of File',1,1,0,'pattern=''[A-Za-z,'%._]+''','placeholder=''%str% or "str1","str2" for in''','','','','','','','','','W');
109-
insert into appforminfo values (NULL,'vrxpentriesall',2,'text','ENT_xattr_name','xattr_name as xattr_name','xattr_name','xattr_name','xattrname','xattrname',1,1,0,'pattern=''[A-Za-z,'%._]+''','placeholder=''%str% or "str1","str2" for in''','','','','','','','','','W');
110-
insert into appforminfo values (NULL,'vrxpentriesall',2,'text','ENT_xattr_value','xattr_value as xattr_value','xattr_value','xattr_value','xattrvalue','xattrvalue',1,1,0,'pattern=''[A-Za-z,'%._]+''','placeholder=''%str% or "str1","str2" for in''','','','','','','','','','W');
108+
insert into appforminfo values (NULL,'vrxpentriesall',2,'text','ENT_linkname','linkname as linkname','linkname','linkname','Link Name','Link Name of File',1,1,0,'pattern=''[A-Za-z0-9,'%._]+''','placeholder=''%str% or "str1","str2" for in''','','','','','','','','','W');
109+
insert into appforminfo values (NULL,'vrxpentriesall',2,'text','ENT_xattr_name','xattr_name as xattr_name','xattr_name','xattr_name','xattrname','xattrname',1,1,0,'pattern=''[A-Za-z0-9,'%._]+''','placeholder=''%str% or "str1","str2" for in''','','','','','','','','','W');
110+
insert into appforminfo values (NULL,'vrxpentriesall',2,'text','ENT_xattr_value','xattr_value as xattr_value','xattr_value','xattr_value','xattrvalue','xattrvalue',1,1,0,'pattern=''[A-Za-z0-9,'%._]+''','placeholder=''%str% or "str1","str2" for in''','','','','','','','','','W');
111111
insert into appforminfo values (NULL,'vrxpentriesall',2,'int64','ENT_size.1','size as size','size','size','File Size','Size of File',1,1,0,'min=''0''','','','','','','','','','','W');
112112
insert into appforminfo values (NULL,'vrxpentriesall',2,'int64','ENT_size.2','size as size','size','size','File Size','Size of File',1,1,0,'min=''0''','','','','','','','','','','W');
113113
insert into appforminfo values (NULL,'vrxpentriesall',2,'text','ENT_type','type as type','type','type','Entry Type','Type of Entry',1,1,0,'pattern=''[A-Za-z0-9]+''','placeholder=''%str%''','','','','','','','','','W');
@@ -123,7 +123,7 @@ insert into appforminfo values (NULL,'vrxpentriesall',2,'int64','ENT_atime.2','a
123123
insert into appforminfo values (NULL,'vrxpentriesall',2,'int64','ENT_crtime.1','crtime as crtime','crtime','datetime(crtime,"unixepoch") as crtime','File Create Time','Create time of File',1,1,1,'','','','','','','','','','','W');
124124
insert into appforminfo values (NULL,'vrxpentriesall',2,'int64','ENT_crtime.2','crtime as crtime','crtime','datetime(crtime,"unixepoch") as crtime','File Create Time','Create time of File',1,1,1,'','','','','','','','','','','W');
125125

126-
insert into appforminfo values (NULL,'vrxpentriesall',3,'text','DIR_name','dname as dname','dname','dname','Directory Name','Name of Directory',1,1,0,'pattern=''[A-Za-z,'%._]+''','placeholder=''%str% or "str1","str2" for in''','','','','','','','','','W');
126+
insert into appforminfo values (NULL,'vrxpentriesall',3,'text','DIR_name','dname as dname','dname','dname','Directory Name','Name of Directory',1,1,0,'pattern=''[A-Za-z0-9,'%._]+''','placeholder=''%str% or "str1","str2" for in''','','','','','','','','','W');
127127
insert into appforminfo values (NULL,'vrxpentriesall',3,'int64','DIR_dnlink','dnlink as dnlink','dnlink','dnlink','number of dlinks','number of dlinks',1,1,0,'min=''0''','','','','','','','','','','W');
128128
insert into appforminfo values (NULL,'vrxpentriesall',3,'int64','DIR_duid','duid as duid','duid','duid','Directory UID','Directory UID',1,1,0,'min=''0''','','','','','','','','','','W');
129129
insert into appforminfo values (NULL,'vrxpentriesall',3,'int64','DIR_dgid','dgid as dgid','dgid','dgid','Directory GID','Directory GID',1,1,0,'min=''0''','','','','','','','','','','W');
@@ -143,7 +143,7 @@ insert into appforminfo values (NULL,'vrxpentriesall',3,'int64','DIR_dminatimei'
143143
insert into appforminfo values (NULL,'vrxpentriesall',3,'int64','DIR_dmaxatime','dmaxatime as dmaxatime','dmaxatime','datetime(dmaxatime,"unixepoch") as dmaxatime','Max file atime','Max file atime',1,1,1,'','','','','','','','','','','W');
144144
insert into appforminfo values (NULL,'vrxpentriesall',3,'int64','DIR_dmincrtime','dmincrtime as dmincrtime','dmincrtime','datetime(dmincrtime,"unixepoch") as dmincrtime','Min file crtime','Min file crtime',1,1,1,'','','','','','','','','','','W');
145145
insert into appforminfo values (NULL,'vrxpentriesall',3,'int64','DIR_dmaxcrtime','dmaxcrtime as dmaxcrtime','dmaxcrtime','datetime(dmaxcrtime,"unixepoch") as dmaxcrtime','Max file crtime','Max file crtime',1,1,1,'','','','','','','','','','','W');
146-
insert into appforminfo values (NULL,'vrxpentriesall',2,'text','DIR_dlinkname','dlinkname as dlinkname','dlinkname','dlinkname','DLink Name','DLink Name of File',1,1,0,'pattern=''[A-Za-z,'%._]+''','placeholder=''%str% or "str1","str2" for in''','','','','','','','','','W');
146+
insert into appforminfo values (NULL,'vrxpentriesall',2,'text','DIR_dlinkname','dlinkname as dlinkname','dlinkname','dlinkname','DLink Name','DLink Name of File',1,1,0,'pattern=''[A-Za-z0-9,'%._]+''','placeholder=''%str% or "str1","str2" for in''','','','','','','','','','W');
147147
insert into appforminfo values (NULL,'vrxpentriesall',3,'int64','DIR_ddepth','ddepth as ddepth','ddepth','ddepth','Directory depth','Directory depth',1,1,0,'min=''0''','','','','','','','','','','W');
148148
insert into appforminfo values (NULL,'vrxpentriesall',3,'int64','DIR_dtotxattr','dtotxattr as dtotxattr','dtotxattr','dtotxattr','Directory dtotxattr','Directory dtotxattr',1,1,0,'min=''0''','','','','','','','','','','W');
149149
insert into appforminfo values (NULL,'vrxpentriesall',3,'int64','DIR_dmode','dmode as dmode','dmode','modetotxt(dmode) as dmode','Directory Mode','Mode of Directory',1,1,2,'min=''0''','placeholder=''octal mask''','','','','','','','','','W');
@@ -165,6 +165,7 @@ insert into appforminfo values (NULL,'vrxpentriesall',3,'int64','DIR_dtotmtt','d
165165
insert into appforminfo values (NULL,'vrxpentriesall',3,'int64','DIR_dtotsize','dtotsize as dtotsize','dtotsize','dtotsize','Directory total files size','Directory total files size',1,1,0,'min=''0''','','','','','','','','','','W');
166166

167167
insert into appforminfo values (NULL,'vrxpentriesall',4,'text','ENT_pathname','rpath(sname,sroll)||''/''||name as pathname','pathname','pathname','Pathname','Name of File',1,1,0,'required','checked','','','','','','','','','S');
168+
insert into appforminfo values (NULL,'vrxpentriesall',4,'text','ENT_hostname','hostname() as hostname','hostname','hostname','hostname','Name of GUFI host',1,1,0,'','','','','','','','','','','S');
168169
insert into appforminfo values (NULL,'vrxpentriesall',4,'text','ENT_linkname','linkname as linkname','linkname','linkname','linkname','linkname',1,1,0,'','','','','','','','','','','S');
169170
insert into appforminfo values (NULL,'vrxpentriesall',4,'text','ENT_xattr_name','xattr_name as xattr_name','xattr_name','xattr_name','xattrname','xattrname',1,1,0,'','','','','','','','','','','S');
170171
insert into appforminfo values (NULL,'vrxpentriesall',4,'text','ENT_xattr_value','xattr_value as xattr_value','xattr_value','xattr_value','xattrvalue','xattrvalue',1,1,0,'','','','','','','','','','','S');

examples/gui/webtk/generic_fullapps/vrxpentries_all_groupby.sql

100755100644
Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ delete from appformd where appdname='vrxpentriesallgroupby';
7070
delete from appformdtree where appdtname='vrxpentriesallgroupby';
7171

7272
-- you may want to change 'http://localhost:8001',1,1,'gufi_vt',30,'/LOCALSEARCHPATH','/LOCALSOURCEPATH','http://localhost:8000/search');
73-
insert into apps values (NULL,'vrxpentriesallgroupby','files groupby (allvar) (local) with Traversal Control','Query of local File Entries groupby Information with Traversal Control','http://localhost:8001',1,1,'gufi_vt',30,'/LOCALSEARCHPATH','/LOCALSOURCEPATH','http://localhost:8000/search');
73+
insert into apps values (NULL,'vrxpentriesallgroupby','files and directory summaries group by (allvar) (local) with Traversal Control','Query of local File Entries groupby Information with Traversal Control','http://localhost:8001',1,1,'gufi_vt',30,'/LOCALSEARCHPATH','/LOCALSOURCEPATH','http://localhost:8000/search');
7474
-- this is for remote gufi instead of the above local gufi
7575
/*
7676
insert into apps values (NULL,'vrxpentriesallgroupby',files groupby (allvar) (remote) with Traversal Control','Query of Remote File Entries groupby Information with Traversal Control','http://localhost:8501',1,1,'gufi_vt',30,'/REMOTESEARCHPATH','/REMOTESOURCEPATH','http://localhost:8000/search');
@@ -171,13 +171,18 @@ insert into appforminfo values (NULL,'vrxpentriesallgroupby',3,'int64','DIR_dtot
171171

172172
insert into appforminfo values (NULL,'vrxpentriesallgroupby',4,'int64','ENT_inode_cnt','count(inode) as inode_cnt','inode_cnt','sum(inode_cnt) as inode_cnt ','Count of files','Count of Files',1,1,0,'','','','','','','','','','','S');
173173
insert into appforminfo values (NULL,'vrxpentriesallgroupby',4,'int64','ENT_size_sum','sum(size) as size_sum','size_sum','sum(size_sum) as size_sum','Sum of file size','Sum of File Size',2,1,0,'','','','','','','','','','','S');
174-
insert into appforminfo values (NULL,'vrxpentriesallgroupby',4,'text','ENT_ext_cat','case when instr(substr(name,-5,5),''.'')>0 then substr(substr(name,-5,5),instr(substr(name,-5,5),''.'')+1) else '''' end as ext_cat','ext_cat','ext_cat','file extention category','file extension category',2,1,0,'','','','','','','','','','','S');
174+
insert into appforminfo values (NULL,'vrxpentriesallgroupby',4,'text','ENT_ext_cat','ext(name) as ext_cat','ext_cat','ext_cat','file extention category','file extension category',2,1,0,'','','','','','','','','','','S');
175175
insert into appforminfo values (NULL,'vrxpentriesallgroupby',4,'text','ENT_type','type as type','type','type','Entry Type','Type of Entry',1,1,0,'','','','','','','','','','','S');
176-
insert into appforminfo values (NULL,'vrxpentriesallgroupby',4,'text','ENT_size_cat','case when size<1 then ''Zero'' when size<1024 then ''1-K'' when size>1023 and size<1024*1024 then ''K-M'' when size>1024*1024-1 and size<1024*1024*1024 then ''M-G'' when size>1024*1024*1024-1 and size<1024*1024*1024*1024 then ''G-T'' else ''GT1T'' end as size_cat','size_cat','size_cat','size category','size category',2,1,0,'','','','','','','','','','','S');
177-
insert into appforminfo values (NULL,'vrxpentriesallgroupby',4,'text','ENT_mtime_cat','case when unixepoch(''now'')-mtime<86400 then ''0D-1D'' when unixepoch(''now'')-mtime>86400-1 and unixepoch(''now'')-mtime<86400*7 then ''1D-1W'' when unixepoch(''now'')-mtime>86400*7-1 and unixepoch(''now'')-mtime<86400*30 then ''1W-1M'' when unixepoch(''now'')-mtime>86400*30-1 and unixepoch(''now'')-mtime<86400*365 then ''1M-1Y'' when unixepoch(''now'')-mtime>86400*365-1 and unixepoch(''now'')-mtime<86400*365*2 then ''1-2Y'' when unixepoch(''now'')-mtime>86400*365*2-1 and unixepoch(''now'')-mtime<86400*365*5 then ''2-5Y'' when unixepoch(''now'')-mtime>86400*365*5-1 and unixepoch(''now'')-mtime<86400*365*10 then ''5-10y'' when unixepoch(''now'')-mtime>86400*365*10-1 and unixepoch(''now'')-mtime<86400*365*20 then ''10-20Y'' else ''GT20Y'' end as mtime_cat','mtime_cat','mtime_cat','mtime category','mtime category',2,1,0,'','','','','','','','','','','S');
178-
insert into appforminfo values (NULL,'vrxpentriesallgroupby',4,'text','ENT_ctime_cat','case when unixepoch(''now'')-ctime<86400 then ''0D-1D'' when unixepoch(''now'')-ctime>86400-1 and unixepoch(''now'')-ctime<86400*7 then ''1D-1W'' when unixepoch(''now'')-ctime>86400*7-1 and unixepoch(''now'')-ctime<86400*30 then ''1W-1M'' when unixepoch(''now'')-ctime>86400*30-1 and unixepoch(''now'')-ctime<86400*365 then ''1M-1Y'' when unixepoch(''now'')-ctime>86400*365-1 and unixepoch(''now'')-ctime<86400*365*2 then ''1-2Y'' when unixepoch(''now'')-ctime>86400*365*2-1 and unixepoch(''now'')-ctime<86400*365*5 then ''2-5Y'' when unixepoch(''now'')-ctime>86400*365*5-1 and unixepoch(''now'')-ctime<86400*365*10 then ''5-10y'' when unixepoch(''now'')-ctime>86400*365*10-1 and unixepoch(''now'')-ctime<86400*365*20 then ''10-20Y'' else ''GT20Y'' end as ctime_cat','ctime_cat','ctime_cat','ctime category','ctime category',2,1,0,'','','','','','','','','','','S');
179-
insert into appforminfo values (NULL,'vrxpentriesallgroupby',4,'text','ENT_atime_cat','case when unixepoch(''now'')-atime<86400 then ''0D-1D'' when unixepoch(''now'')-atime>86400-1 and unixepoch(''now'')-atime<86400*7 then ''1D-1W'' when unixepoch(''now'')-atime>86400*7-1 and unixepoch(''now'')-atime<86400*30 then ''1W-1M'' when unixepoch(''now'')-atime>86400*30-1 and unixepoch(''now'')-atime<86400*365 then ''1M-1Y'' when unixepoch(''now'')-atime>86400*365-1 and unixepoch(''now'')-atime<86400*365*2 then ''1-2Y'' when unixepoch(''now'')-atime>86400*365*2-1 and unixepoch(''now'')-atime<86400*365*5 then ''2-5Y'' when unixepoch(''now'')-atime>86400*365*5-1 and unixepoch(''now'')-atime<86400*365*10 then ''5-10y'' when unixepoch(''now'')-atime>86400*365*10-1 and unixepoch(''now'')-atime<86400*365*20 then ''10-20Y'' else ''GT20Y'' end as atime_cat','atime_cat','atime_cat','mtime category','mtime category',2,1,0,'','','','','','','','','','','S');
180-
insert into appforminfo values (NULL,'vrxpentriesallgroupby',4,'text','ENT_crtime_cat','case when unixepoch(''now'')-crtime<86400 then ''0D-1D'' when unixepoch(''now'')-crtime>86400-1 and unixepoch(''now'')-crtime<86400*7 then ''1D-1W'' when unixepoch(''now'')-crtime>86400*7-1 and unixepoch(''now'')-crtime<86400*30 then ''1W-1M'' when unixepoch(''now'')-crtime>86400*30-1 and unixepoch(''now'')-crtime<86400*365 then ''1M-1Y'' when unixepoch(''now'')-crtime>86400*365-1 and unixepoch(''now'')-crtime<86400*365*2 then ''1-2Y'' when unixepoch(''now'')-crtime>86400*365*2-1 and unixepoch(''now'')-crtime<86400*365*5 then ''2-5Y'' when unixepoch(''now'')-crtime>86400*365*5-1 and unixepoch(''now'')-crtime<86400*365*10 then ''5-10y'' when unixepoch(''now'')-crtime>86400*365*10-1 and unixepoch(''now'')-crtime<86400*365*20 then ''10-20Y'' else ''GT20Y'' end as crtime_cat','crtime_cat','crtime_cat','crtime category','crtime category',2,1,0,'','','','','','','','','','','S');
176+
177+
insert into appforminfo values (NULL,'vrxpentriesallgroupby',4,'text','ENT_size_cat','bytecat(size) as size_cat','size_cat','size_cat','size category','size category',2,1,0,'','','','','','','','','','','S');
178+
179+
insert into appforminfo values (NULL,'vrxpentriesallgroupby',4,'text','ENT_mtime_cat','agecat(mtime) as mtime_cat','mtime_cat','mtime_cat','mtime category','mtime category',2,1,0,'','','','','','','','','','','S');
180+
181+
insert into appforminfo values (NULL,'vrxpentriesallgroupby',4,'text','ENT_ctime_cat','agecat(ctime) as ctime_cat','ctime_cat','ctime_cat','ctime category','ctime category',2,1,0,'','','','','','','','','','','S');
182+
183+
insert into appforminfo values (NULL,'vrxpentriesallgroupby',4,'text','ENT_atime_cat','agecat(atime) as atime_cat','atime_cat','atime_cat','atime category','atime category',2,1,0,'','','','','','','','','','','S');
184+
185+
insert into appforminfo values (NULL,'vrxpentriesallgroupby',4,'text','ENT_crtime_cat','agecat(crtime) as crtime_cat','crtime_cat','crtime_cat','crtime category','crtime category',2,1,0,'','','','','','','','','','','S');
181186

182187

183188
insert into appforminfo values (NULL,'vrxpentriesallgroupby',5,'text','orderby1','orderby1','orderby1','orderby1','First Order By','First Order By',1,1,0,'','','','','','','','','','','O');

0 commit comments

Comments
 (0)