infinitizon
MIS
Ok, maybe the subject does not sound like what I'm seeking but here's the deal:
I use CR10 and I have a couple of number fields. The user can decide to make decisions in searching.
I want to be able to get the user input (string e.g '> 0', '=5', etc) and concactenate it in the field name as the search criteria.
the field is a number field and as such I get error.
Currently, I did this in formular field {@doWhilePrinting}
whileprintingrecords
{purchaseOrderView.Outstanding Quantity} + join({?Outstanding Amount},',').
{?Outstanding Amount} is string such that user can type '> 0', '=5', etc. Can I concatenate the string input like that?
Thanks
____________________
Men put up a strong face just to cover their weaknesses...good!
But a smile makes them live longer....
Which would you choose?
Think about it.
I use CR10 and I have a couple of number fields. The user can decide to make decisions in searching.
I want to be able to get the user input (string e.g '> 0', '=5', etc) and concactenate it in the field name as the search criteria.
the field is a number field and as such I get error.
Currently, I did this in formular field {@doWhilePrinting}
whileprintingrecords
{purchaseOrderView.Outstanding Quantity} + join({?Outstanding Amount},',').
{?Outstanding Amount} is string such that user can type '> 0', '=5', etc. Can I concatenate the string input like that?
Thanks
____________________
Men put up a strong face just to cover their weaknesses...good!
But a smile makes them live longer....
Which would you choose?
Think about it.