Hi Amit,
Once I created the Custom field in the Cue table with the below code
field(1041; "S.I.Amt"; Decimal)
{
CalcFormula = sum("Sales Header".Amount WHERE("Document Type" = FILTER(Order)));
Caption = 'Ongoing Sales Orders';
FieldClass = FlowField;
}
And, I am getting these errors in the dashboard
Error: An unexpected error occurred after a database command was cancelled..