Hello,
I want to take group output information(attributes). How can I generate the report? Can you send me script codes?
Thanks.
Hello,
I want to take group output information(attributes). How can I generate the report? Can you send me script codes?
Thanks.
Hi,
please use below script for generating the group attribute
var ogroup=ArisData.getSelectedGroups();
var g_nloc=Context.getSelectedLanguage();
function main(){
var gout=Context.createOutputObject();
gout.BeginTable(100,Constants.C_CORNFLOWER_BLUE,Constants.C_GRAY,Constants.FMT_LEFT|Constants.FMT_BOLD,0);
gout.TableRow();
gout.TableCell("Group Name",30,getString("TEXT1"),10,Constants.C_BLACK,Constants.C_WHITE,0,Constants.FMT_BOLD,0);
gout.TableCell("Attribute Name",20,getString("TEXT1"),10,Constants.C_BLACK,Constants.C_WHITE,0,Constants.FMT_BOLD,0);
gout.TableCell("Attribute Value",50,getString("TEXT1"),10,Constants.C_BLACK,Constants.C_WHITE,0,Constants.FMT_BOLD,0);
for(var j=0;j
Hi!
Thanks! I need some like this.... but, after the sentence "for (varj=0;j".... what's the next?
Regards from méxico!
Hi!
Thanks! I need some like this.... but, after the sentence "for (varj=0;j".... what's the next?