Hi there.
Been using actuate for a while but only just getting to the point where i need to understand vb-based variable manipulation. My background is Oracle forms and databases so hoping for a helping hand if proferred ...
I am dealing with product codes that are a full description of the items concerned e.g. awidget-black-small, awidget-black-medium, awidget-black-large. These are all returned as individual rows with a quantity per row. I want to be able to display the output in a matrix layout e.g.
awidget
black
small medium large
1 2 1
and have stripped away the strings etc to get each element but struggled so far with crosstabs (which I'm finding don't like to be over-ridden), multiple case statements and positional placement of variables. I end up with a matrix of sorts but with the original number of rows rather than just the one consolidated row I'm after.
If anyone has done something similar I would be grovellingly grateful for some hints / pointers.
thks, rgds
Been using actuate for a while but only just getting to the point where i need to understand vb-based variable manipulation. My background is Oracle forms and databases so hoping for a helping hand if proferred ...
I am dealing with product codes that are a full description of the items concerned e.g. awidget-black-small, awidget-black-medium, awidget-black-large. These are all returned as individual rows with a quantity per row. I want to be able to display the output in a matrix layout e.g.
awidget
black
small medium large
1 2 1
and have stripped away the strings etc to get each element but struggled so far with crosstabs (which I'm finding don't like to be over-ridden), multiple case statements and positional placement of variables. I end up with a matrix of sorts but with the original number of rows rather than just the one consolidated row I'm after.
If anyone has done something similar I would be grovellingly grateful for some hints / pointers.
thks, rgds