I want to vary a (volume)number based on a chosen selection. Easier to understand with the background. I am working on a module in nuclear environment. Istopes decay ( in this case Mo-99 decays 0,7767 per day ). We use several standards ( Activity Reference Date ) to refer to the activity at a certain point in time. The same amount with an ART 7 Days or an ART 6 days is different.
So i created a list with ART 7 and ART 6 . This will have the nice advantage that I can show the numbers on 7 and 6 ART ( there is also a condition which shipping route is used , but that I have already done ), just by switching the selection. The shipping route is the reason why i do not just want to make a seperate module. I want to use this function on several modules.
So , I want to calculate some like ( not language that works ) :
IF dimension ART6 is selected THEN Volume/0,7767 Else Volume
What's the right way to adress this ? thanks!
... View more