C
Chance1234
Using OWC 11,
treat the sb.append as a response.write for clarity
My filteraxis creates ok, but I can get it jsut so it is showing one
field , it keeps coming up as ALL
here is my code
//Filter Axist
sb.Append("<script>document.all.pTable.ActiveView.FilterAxis.InsertFieldSet(document.all.pTable.ActiveView.fieldsets('[metric_name]'))</
script>");
//Default Views
sb.Append("<script>document.all.pTable.ActiveView.Fieldsets('[metric_name]').AllIncludeExclude=document.all.pTable.Constants('plAllExclude')</
script>");
sb.Append("<script>document.all.pTable.ActiveView.Fieldsets('[metric_name]').IncludedMembers
=
document.all.pTable.ActiveView.Fieldsets('[metric_name]').fields('[Numer
of Review Honos]')</script>");
treat the sb.append as a response.write for clarity
My filteraxis creates ok, but I can get it jsut so it is showing one
field , it keeps coming up as ALL
here is my code
//Filter Axist
sb.Append("<script>document.all.pTable.ActiveView.FilterAxis.InsertFieldSet(document.all.pTable.ActiveView.fieldsets('[metric_name]'))</
script>");
//Default Views
sb.Append("<script>document.all.pTable.ActiveView.Fieldsets('[metric_name]').AllIncludeExclude=document.all.pTable.Constants('plAllExclude')</
script>");
sb.Append("<script>document.all.pTable.ActiveView.Fieldsets('[metric_name]').IncludedMembers
=
document.all.pTable.ActiveView.Fieldsets('[metric_name]').fields('[Numer
of Review Honos]')</script>");