This content has been marked as final.
Show 2 replies
-
1. Re: Any idea how to make it show just one row per acct?
Ivan Young Mar 22, 2018 6:20 PM (in response to vibol chea)Hi vibol,
You could use LODs like { FIXED [Acct] : MAX([A])}, then do the same for b and d. Or you could pivot your data.
Regards,
Ivan
-
2. Re: Any idea how to make it show just one row per acct?
vibol chea Mar 22, 2018 7:13 PM (in response to Ivan Young)You're a lifesaver Ivan!!