Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I Have Data
Machine FA :
Machine Runlot :
column "Base WOrk Output" is the field "WorkOrder_BaseOutput".
I want to count Base WOrk Output where SubStringCount =0 and QTY FA = 'N/A' .Table Summary
I tried and the value is incorrect.
Both codes are the same, incorrect.
want to count Base WOrk Output where SubStringCount =0 and QTY FA = 'N/A' .Table Summary
if you have two fields in same table, calculate substringcount script level.
your expression will be like
COUNT({<SubstringCount={0}, QTY FA = {'N/A'}>}WorkOrder_Baseoutput)
Error Expression
QTY FA should be in SQUARE bracket [QTY FA]
It counts every Base WORK Output, it is incorrect.
Just want to count (SubStringCount([Machine FA],[Machine Runlot])) = 0
can you share sample data ?
As suggested by "Qv_testing" did you move the substring logic to backend data load editor script and created calculated field SubstringCount ?