S
Stewart Saathoff
Hello,
I was wondering if anyone knows how to manipulate datasets at runtime with
different functions. I have a dataset that returns a collection of data,
but I want to manipulate that data into another dataset that would generate
a chart. Here is an Example of what I mean:
ds1 has four fields (Val1, Val2, Val3, Val4)
ds2 should be something like this (Val1, Val1 * .3, Val2, Val2 * 2, Val3,
Val4)
If anyone can point me in the right direction, I would appreciate that. I
have a large collection of records that need to be manipulated.
Stewart
I was wondering if anyone knows how to manipulate datasets at runtime with
different functions. I have a dataset that returns a collection of data,
but I want to manipulate that data into another dataset that would generate
a chart. Here is an Example of what I mean:
ds1 has four fields (Val1, Val2, Val3, Val4)
ds2 should be something like this (Val1, Val1 * .3, Val2, Val2 * 2, Val3,
Val4)
If anyone can point me in the right direction, I would appreciate that. I
have a large collection of records that need to be manipulated.
Stewart