I need to get the value of a retrieval argument by which the datawindow has been retrieved. I use this method:
dw_emp_by_dept.Describe("Evaluate('dept_id', 1)")
But this method doesn't work if the DW has no rows. That makes sense because it Evaluate()s the 1st row.
Is there any way to obtain the argument's value if zero rows have been retrieved?