Hi All,
In one of my code nodes I have created, and populated a dynamic table with the columns being dynamic based on how many fiscal years there are.
I need to display this table on the Smartform however, when I try to declare the Field Symbols on Global Definitions it will not work. I have tried other things but I just cant get it to work!
Has anybody else tried this?
The date is like below
TYPE 2007 2008 TOTAL
1 Consumable| 51000 | 36000 | 87000
2 Total | 51000 | 36000 | 87000
The columns 2007, 2008... etc can be as many as possible.
Please help because this is driving me crazy!! By the way the whole point that I have not used internal tables is because we dont want to permanently display the years if there is no data beneath them!
Many thanks!