Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
The below dimension works, however, I want to edit the dimension for 2 conditions.
1) Show Voucher_ID when the value 1 is not equal to 0 (this works)
OR
2) Show Voucher_ID when value 2 is greater than 0 (not sure how to incorporate)
AGGR(ONLY({<Voucher_ID={"=ROUND($(=$(vExpr_REPO_TxableExpenseRevenue))-$(vExpr_GL_Total_Expense_Revenue|Total_Error))<>0"}>} Voucher_ID),Voucher_ID)
Basically, the above condition should also satisfy, when
$(vExpr_GL_Total_Expense_Revenue|Total_Error))>0
satisfies too.
May be this
Aggr(Only({<Voucher_ID = {"=Round($(=$(vExpr_REPO_TxableExpenseRevenue))-$(vExpr_GL_Total_Expense_Revenue|Total_Error)) <> 0 or $(vExpr_GL_Total_Expense_Revenue|Total_Error)) > 0"}>} Voucher_ID), Voucher_ID)
Bump. Anyone.
@sunny_talwar . Could you please help?
May be this
Aggr(Only({<Voucher_ID = {"=Round($(=$(vExpr_REPO_TxableExpenseRevenue))-$(vExpr_GL_Total_Expense_Revenue|Total_Error)) <> 0 or $(vExpr_GL_Total_Expense_Revenue|Total_Error)) > 0"}>} Voucher_ID), Voucher_ID)
Sorry for the late reply. I saw your reply in another post and that had answered it. 🙂