Forum Discussion
Issuance and Reciept Inventory from inventory Table
Hi shabirAhmad ,
You can use following:
Flag = IF([StatusIssue]="Sold","Issuance",
IF([StatusIssue]="Purchased","Receipt",
"NA"))
Please mark this as solution if it solves your problem 🙂
Hi Prateek,
Thanks for your reply, actually there will be 2 fields in Report 1 field showd show Inventory Issuance and another field will show inventory Receipt.That means issuance field should show inssuance(Status::Sold) and Reciept field should show (Status::Recipt) reciept in report.
Best Regards,
Shabir Ahmad
- Prateek973 years agoResolver III
Hi shabirAhmad ,
Can you please give the table structure and the sample output in a table format. That would help to understand the issue better
- shabirAhmad3 years agoHelper II
Hi Prateek
output should be in report like this as below