I am adding this field(InventJournalTable.Posted) to query(InventJournalTransTransfer) in AOT .
and i am intergrating reports via SSRS and i need some assisstance with an expression.
Icreate new expression in ssrs report as bellow :
=IIF((First(Fields!Posted.Value, "InventJournalTransTransferDS")) = "Yes",
Labels!@SYS88326 + First(Fields!JournalPostedDate.Value, "InventJournalTransTransferEEDP"),
(Labels!@SYS88326 + Labels!@SYS137068))
What is the wrong ih this exression?
*This post is locked for comments