Forum Discussion

admin11's avatar
admin11
Icon for Memorable Member rankMemorable Member
5 years ago
Solved

How to create expression for display BS Stock Amount ?

Hi All

 

I have create a column for filter GL Code = 50010 :-

1_B_STK =
SWITCH(TRUE(),
'GL'[GL Code]>=50010 &&'GL'[GL Code]<=50010,"STK",
BLANK())
 
May i know how to create an expression for compute the Stock Amount ?
 

 

 
 
Paul Yeo
 
 
 

1 Reply