Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Thank You so much John for your Prompt response, just so we're on the same page, wanted to clarify that, I am okay with Left Aligning everything and not just limited to 1 column. Also, I was wondering if any of these would be useful for the same:
-
Agreed @Christian Berg -Oracle and appreciate your detailed response in walking me through the back-end. I am actually middle of Report Building from metrics in NetSuite and in data validation with NetSuite Saved Search, the first thing I want to look at is number of rows (with same applied filters). Which is why I wanted…
-
Perfect! That's exactly what I was looking for, now I'll treat "myCalc" as an ID Column which is auto-incremental and Grand Total shows total number of rows. Thank You so much @Federico Venturin , you've optimized numerous tedious-repetitive steps. Much appreciated 😊
-
Exactly @Christian Berg -Oracle , because Count* is indirectly taking a Column into consideration, which is why I am trying to have a simple workaround that does nothing but simply count number of rows irrespective of any aggregation. Would you share some insights from this snippet from my previous comment: Let's say, in a…
-
Thanks Ben for your Prompt Response, Count (*) is something I would personally consider because the other 2 basically uses another Column to count. Now, the problem with Count (*) is, please have a look at this simple example, No Filters and No Complex Calculation, simply pulling Item Name into Table and put a…