Hi
We have a column SexCode which can be 0 or 1 , female and male respectively.
I want Grid column to display Male if value = 1 and Female if value = 0.
I can do this with lookup column but then i will need a datasouce, which i want to avoid.
I can also do this in SQL Query itself, but then i don;t want to increase size of query output, when it can be done at client side.
Can this be done ?
Regards
Leee.
We have a column SexCode which can be 0 or 1 , female and male respectively.
I want Grid column to display Male if value = 1 and Female if value = 0.
I can do this with lookup column but then i will need a datasouce, which i want to avoid.
I can also do this in SQL Query itself, but then i don;t want to increase size of query output, when it can be done at client side.
Can this be done ?
Regards
Leee.