B
_Bob
I'm using InfoPath 2007. I have a DataTable with the data coming in in a
list format:
SalesPerson Year Revenue
Joe 2004 $10000
Joe 2005 $20000
Mary 2004 $50000
How can I design the form so the display for input has the Year in columns
and still have the correct data binding, that is:
SalesPerson 2004Rev 2005Rev
Joe $10000 $20000
Mary $50000
Does this require some coding to achieve or just some more advanced binding
configuration?
Thanks
Bob
list format:
SalesPerson Year Revenue
Joe 2004 $10000
Joe 2005 $20000
Mary 2004 $50000
How can I design the form so the display for input has the Year in columns
and still have the correct data binding, that is:
SalesPerson 2004Rev 2005Rev
Joe $10000 $20000
Mary $50000
Does this require some coding to achieve or just some more advanced binding
configuration?
Thanks
Bob