DataColumn Expression Q

  • Thread starter Thread starter Vai2000
  • Start date Start date
V

Vai2000

Hi All, I have a dataColumn type of string which has values in form of range
like 0-80 or sometimes just 1 value like 100. I want to add another
column[numeric] which basically computes the count of the range & displays
it. I know the hard way of doing this, but was wondering can Expression
Property save me some time? or some easier way


=========
Col0 Col1 NewCol
X 0-10 10
y 100 100
z 5-20 15

TIA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top