Column expressions
dineshasanka
Posts: 208
Column expressions are not possible. For example, I have a commission column which is 0.1 from salary column. Only possible way of doing this is create a computed column from SQL Server , generate data from SQL data generator, remove the computed fomula.
Comments
Once again, thank you. It was discussed for 1.0 however we didn't have time to implement this. I will see if I have time to create this generator for our CodePlex project.
Thanks
Ben