InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Amount /quantity Number Type Key Figures? |
|
Answer» Amount /QUANTITY is ALWAYS combined with UNITS. For example, sales will be linked to currency and inventory will be linked to quantity in units. In your design if you don't NEED units then you should use NUMBER or integer to improve performance. Amount /quantity is always combined with units. For example, sales will be linked to currency and inventory will be linked to quantity in units. In your design if you don't need units then you should use number or integer to improve performance. |
|