Issue in Level 2

Hello Community , 

 

Facing an issue in Level 2 

 

1.5.7.1 Create SYS13 Account SKU Filter Module 

 

In this I am unable to create ----

 

1.5.7.2 Add Formula to SYS13 Line Item  where " 

  • The formula should check the total of all product SKU volumes over all time periods to determine if the value is not equal to zero."

Can Someone help 

 

Thank you 

Tagged:

Comments

  • @BapinB 

    In SYS13 Account SKU Filters modules, Has Data? line item:

     

    • The formula should check the total of all product SKU volumes over all time periods to determine if the value is not equal to zero."

    As per the above requirement, the formula will be: Total of all product Sku volume over all period time, TIMESUM function will use.

    TIMESUM('DAT03 Historic Volumes'.Volumes) <> 0

     

    Hope it helps.

     

    Thanks,

     

    Jagadish Dash

  • Thank you so much @jagadishdash