F
FA
Hi, is there a way to arrange a field according to values in other
field. Actually i have two fields, RiskLevel and FindgingNum(PK).
FindingNum is a varchar sample FindingNum can be DOC20060131-AT001.
User input findings in finding form and they get lets say four findings
with four different finding number like
DOC20060131-AT001, Low
DOC20060131-AT002, High
DOC20060131-AT003, Med
DOC20060131-AT004,High
In report i can sort the findings according to high, med, low and
secondary sort finding number. But the problem is user want to see
high, med, low as well as FindingNum is asscending order like
001,002,003,004. I need a function that can allow user to enter the
findings in any order and they change the sequeence automatically
according to high,med, low.
If its possible, please help me out.
Thanks alot
field. Actually i have two fields, RiskLevel and FindgingNum(PK).
FindingNum is a varchar sample FindingNum can be DOC20060131-AT001.
User input findings in finding form and they get lets say four findings
with four different finding number like
DOC20060131-AT001, Low
DOC20060131-AT002, High
DOC20060131-AT003, Med
DOC20060131-AT004,High
In report i can sort the findings according to high, med, low and
secondary sort finding number. But the problem is user want to see
high, med, low as well as FindingNum is asscending order like
001,002,003,004. I need a function that can allow user to enter the
findings in any order and they change the sequeence automatically
according to high,med, low.
If its possible, please help me out.
Thanks alot