Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi
i need to add two fields from different tables. and check with condition like values > 0 and display it in chart for current month
any suggestions ?
May be it will help if you elaborate little more to the community.
hi
for example field1 from table1
and field two from table2
i need to add these two fields and check these fields value > 0
so some thing like below ?
=if(Sum(Field1)+sum(Field2) > 0, 'TRUE','FALSE')
any help?
What is the join key?
condition like
orderquantity - shipped quantity
so it will check the values > 0
item number is join key
mapping load with apply map would be helpful for this scenario?
can you suggest any idea?