Applying 2 rules to one item
Posted: Sun Aug 27, 2017 1:33 am
I have a view as in below screenshot .
I want to apply 2 rules to an element . Is it possible to do so .
SO one rule is
['Ending Balance']=IF(NUMBR(ATTRS('Months', !Months, 'Month Number')) > 201601,['Beginning Balance']+['ALL Movement Types'],stet);
And other rule is based on other dimension stock category .
If stock category is blank then my calculation of total extended cost should overwrite the normal calculation.
it should be Total Qty * Costof current Month.
Now how should i apply this rule :
[ENding Balance, stockcategory:'Blank']=totalt qty*cost .
I directly added the rule to other dimension where calculation needs to be applied.
['Inventory Stock Category':'Blank','Total Extended Cost']= N:IF(NUMBR(ATTRS('Months', !Months, 'Month Number')) > 201601,['Total Qty on Hand']*DB('Cost Sets', '1100', '10', !Currencies, !Months, !Materials, 'Standard', 'Cost - Standard Price'),stet);
Can I apply these 2 to ending balance
I want to apply 2 rules to an element . Is it possible to do so .
SO one rule is
['Ending Balance']=IF(NUMBR(ATTRS('Months', !Months, 'Month Number')) > 201601,['Beginning Balance']+['ALL Movement Types'],stet);
And other rule is based on other dimension stock category .
If stock category is blank then my calculation of total extended cost should overwrite the normal calculation.
it should be Total Qty * Costof current Month.
Now how should i apply this rule :
[ENding Balance, stockcategory:'Blank']=totalt qty*cost .
I directly added the rule to other dimension where calculation needs to be applied.
['Inventory Stock Category':'Blank','Total Extended Cost']= N:IF(NUMBR(ATTRS('Months', !Months, 'Month Number')) > 201601,['Total Qty on Hand']*DB('Cost Sets', '1100', '10', !Currencies, !Months, !Materials, 'Standard', 'Cost - Standard Price'),stet);
Can I apply these 2 to ending balance