Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
My app is gathering the data about other applications, like size, category, name etc.
The data is gathered from logs.
Now I need to show for each app, the number of rows that they load and the number that they actually use.
So the table should look like this:
Project Task NoRows NoRowsUsed
PR1 T1 20000 10000
PR1 T2 23333 23000
PR2 T3 500 400
PR2 T4 400 400
Could you provide some of your sample data so that we can have more context as to what you're trying to load in?