expression
4 TopicsFilter tables in report builder
Hi, I have a table listing a few columns. If I want to list only PO numbers with condition of "Late" and "Early", what express I need to use? PO Number Delivery date Condition PO111 12/01/2024 Late PO222 12/01/2024 Early PO333 12/01/2024 On Time PO444 12/01/2024 Late Each column expression as below PO Number : =Fields!Purchase_Order.Value Delivery Date : =Fields!Delivery_Date.Value Condition : = =Fields!Condition_switch.ValueSolved1KViews0likes3CommentsCreating two columns cash book
Hello Experts. Am having a bit of some challenge, trying to implement a two-column cash book logic as an expression on sql server report builder The idea is to subtract [Debit amount] – [Credit Amount] = [Balance] However, am unable to write an expression that subtracts OR add automatically to the [balance] as a result of input on the [Debit amount] OR [Credit Amount] columns .Solved1.4KViews0likes4CommentsSwitch or IIF expression for calculated field
Hi there, I have two fields that i want to use to calculate a third field: "Planned due date" and "Actual Completion Date". I want to achieve the following: If Planned Due Date is empty and Actual Completion Date is < Today, then the third column should show "Overdue" If Planned Due Date < Actual Completion Date then the column should also show "Overdue". otherwise it should show "On Time" . Can anyone help me with this? KirstenSolved15KViews0likes14CommentsPaginated report Expression column sum() Grand Total
Hello Gurus, I am working on a Paginated report where I have created a expression column, I need to show grand total of this expression column. Highlighted in Yellow. How to use following formula? Expression Formula : =Sum(IIf( (A - Sum(B)) >Sum(C), Sum(C) , (A-Sum(B)) ) )2.9KViews0likes3Comments