‎2007 Sep 25 6:36 AM
Hi Friends,
I want a table field which accepts number upto '999999999999' and also accepts amount as negative or positive value, can any one please tell me what datatype or reference field I should take while creating a table.
Regards,
‎2007 Sep 25 6:41 AM
You can create a custom domain for the amount field, specify desired value for the field length. Create data element for this domain and use the same in your custom table.
‎2007 Sep 25 6:41 AM
You can create a custom domain for the amount field, specify desired value for the field length. Create data element for this domain and use the same in your custom table.
‎2007 Sep 25 6:42 AM
Hi,
You can use this data element: WKGXXX.
Or you can find others data element with Data Type Currency field that have SIGN.
Regards,
‎2007 Sep 25 6:43 AM
Hi,
Use data type CURR length 15 decimals 2.
You can also use the data element MAXBT.
Message was edited by:
Velangini Showry Maria Kumar Bandanadham
‎2007 Sep 25 6:46 AM
Hi Line,
You can use the data elements BREST, KAWRT...
or else create a data element using the domain WERTV8.
<b>Reward points if this helps,</b>
Kiran
‎2007 Sep 25 6:57 AM
Hi,
What shall I take my dataclass and size catagory as this table will hold daily transactional data.
Regards,
Line
‎2007 Sep 25 7:18 AM
Hi
Can I take any field type (already used in other tables) for creating a ztable.
Line
‎2007 Sep 26 8:17 AM
Hi,
For the negative value take the data type as INT4 which accepts negative and positive value.
Regards,