Hi Celopeers,
I need to have a ratio of corrected documents to all documents issued in a given period. I don't want the total number of docs to change.
Currently I am doing it in several steps: I select issue date range to get the number of documents, I insert this result into an input box (variable) and then I select correction date range. As you imagine the number of issued documents changes due to selection but thanks to the input box I can still refer to the original value stored in the variable in my ratio calculation. I am wondering if there is another possibility. Could I somehow write the result of issue date selection into a variable to replace my input box? The crucial thing it to keep the original number, so it is not affected by all other filters and selections made. I would be grateful for any tips.