| Building | Room | DeptID | Room Type | Project Grant(s) |
| 1000158 | 2034 | 173500 | 250 | F051001;F051002;F051003 |
| 1000158 | 3316 | 173500 | 250 | F051111 |
| 1001451 | 102 | 172500 | 250 |
--
You received this message because you are subscribed to a topic in the Google Group: U-M BusinessObjects Users Forum.
If you want to remove yourself from this group, visit https://groups.google.com/g/umichbo/membership.
---
You received this message because you are subscribed to the Google Groups "U-M BusinessObjects Users Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to umichbo+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/umichbo/CAAvCyiU2bvpnTk2QdomP3HgLsbdqw%2BHdw5LgtyZME0AV5PEEdw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/umichbo/D39ED9DE-FF99-4F2C-9A6C-6EA9F603C88A%40umich.edu.
To view this discussion on the web visit https://groups.google.com/d/msgid/umichbo/CAMrR5B83MN6DcnGpyNkxv-EJnyRDX1ojEhgzdrsof3N0bwqYsw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/umichbo/CAA-rPPQRsnHAO80kYSZM5%2BvUzjipcFnLnVDDmOwYDOnq6%3DTF8w%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/umichbo/CAA-rPPQRsnHAO80kYSZM5%2BvUzjipcFnLnVDDmOwYDOnq6%3DTF8w%40mail.gmail.com.

SELECT
M_SMDW2.RM_ORA_CHARTFIELDS.RMRECNBR,
LISTAGG(M_SMDW2.RM_ORA_CHARTFIELDS.PROJECT_GRANT, ',') WITHIN GROUP (ORDER BY M_SMDW2.RM_ORA_CHARTFIELDS.PROJECT_GRANT) Rooms
FROM
M_SMDW2.RM_ORA_CHARTFIELDS
WHERE
(
M_SMDW2.RM_ORA_CHARTFIELDS.FISCAL_YEAR = 2023
AND
M_SMDW2.RM_ORA_CHARTFIELDS.RMRECNBR IN @dpvalue('A', DP0.DO7da) /* needed to use values from another query as input */
)
GROUP BY M_SMDW2.RM_ORA_CHARTFIELDS.RMRECNBR

--
You received this message because you are subscribed to a topic in the Google Group: U-M BusinessObjects Users Forum.
If you want to remove yourself from this group, visit https://groups.google.com/g/umichbo/membership.
---
You received this message because you are subscribed to the Google Groups "U-M BusinessObjects Users Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to umichbo+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/umichbo/65dfc737-14c8-4dce-ac9c-2038b55ae129n%40googlegroups.com.