Hi.
I have data look like in attached pict. I would like to display SO, items, qty and delivered_qty. But item should be displayed only single line not dup. How to do that?
Ah, seems like you need to group and sum things at the same time. So please follow my comment in the link Jeff gave above and let us know if you face any problems.
It doesn’t work. Because I need to get input data for querying process. I used dumb number instead. But I am thinking what happen if many specific users are querying at the same time. Does it work?
When ever you have multiple users viewing the same data and you need any sort of customised view per user, then you need to be using User Specific Columns.
When user enter any data. I will put it in a new column. Let’s say dumb column. After that I use single value and if-then to check that number. As I told, I still have question if many users use this query. What will happen?