Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi i need to get latest record based on data from below table
i use this expression but not working i still see 4 record but i need to see only latest step
FirstSortedValue( [StepStatus.ProcessInstanceStep],[CreatedDate.ProcessInstanceStep])
need to get only record with max date "9/1/2022 3:09:44 PM"
please find attach for sample data need to see only one record for "ProcessNodeName"
Hi
If you have CreatedDate.ProcessInstanceStep as dimension, then for each value, it generates the output.
Remove the field as dimension and verify once
thank you for responding @MayilVahanan it still the same, it shows all 4 records
for legal i need to show only one record
after removing data i still see all record