Hi All,
Is it possible to add row number in process report? Just like the serial number, For example if my report consists of 100 processes, Than the row number should start from 1 to 100. Thanks in advance
Discussion posts and replies are publicly visible
I don't find a way out to do that in report but it can be done in QueryProcessAnalytics. Use a loop to iterate through the data and add another column in the data of S_No and give it a value of fv!index. Lastly, cast the complete iterated data again in the original data type.