Hi, I have got a requirement to calculate the count based on input value from user, the required 2 columns are created and posted.
Order NumberCreated onPosting dateCreatedPosted40001201.12.201501.01.2016??40001401.12.201501.12.2015??40001501.06.201601.06.2016??user selection is Year, there is no column which stores the year data.
It is going to be an input parameter/variable given to user for input, based on the selection value, created and posted columns are to be calculated.
the calculation is, if the given user value is 2015, "Created" would be number of orders which have created on date falls in 2015. similarly for "posted" as well.
In the above example data, if user input is 2015, then Created - 2 posted - 1.
I am thinking, what is the appropriate way to achieve this, should I be able to achieve it through 'Counter' or "new calculated column" and how?
Please let me know,
Thanks
Sreekanth
One option would be the following:
Regards,
Florian
Add a comment