Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm using count in two different text boxes. Finally i want to subtract from one count to another.
For example
Textbox1 = Count({<[TO]={'EMP-DESIGN'},[FROM]={"$(vplace)"}>} DISTINCT [EMP_NUM])
Textbox2 = Count({<[FROM]={'EMP-DEISGN'},[TO]={"$(vplace)"}>} DISTINCT [EMP_NUM])
I want in textbox3 = sum(Textbox1 - Textbox2) ==> Otuput....
How to do this...?????
How about this
Count({<[TO]={'EMP-DESIGN'},[FROM]={"$(vplace)"}>} DISTINCT [EMP_NUM])
-
Count({<[FROM]={'EMP-DEISGN'},[TO]={"$(vplace)"}>} DISTINCT [EMP_NUM])
But, It shows Expression OK. but, it's showing error.
pls. find the screenshot..
How about this
Count({<[TO]={'EMP-DESIGN'},[FROM]={"$(vplace)"}>} DISTINCT [EMP_NUM])
-
Count({<[FROM]={'EMP-DEISGN'},[TO]={"$(vplace)"}>} DISTINCT [EMP_NUM])
Yes, you do need the equal, my bad for forgetting it....
no problem, I am glad you were able to figure it out 🙂