Hello All.
I dont know if this is even possible. I am developing a report that contains the following formula I named @Group:
if {table.customer} in ["AT&T PT-PT", "VERIZON PT-PT", "UUNET INTERNET", "C&W ROUTER", "C&W INTERNET", "AT&T INTERNET"]
then "WAN CIRCUITS" else
if {table.customer} in ["C&W INTERNET", "AT&T INTERNET"] then "WAN VPN" else
{table.customer}
Well when I run the report, the Wan Circuits, shows up with data for the C&W Internet and the AT&T Internet, but nothing is displayed for WAN VPN.
Is it possible to display repeating grouped data.
Also, I am grouping by the @Group and my second grouping is by customer.
I have been working on this for two days and I am at my wits end. Thanks to all.
I dont know if this is even possible. I am developing a report that contains the following formula I named @Group:
if {table.customer} in ["AT&T PT-PT", "VERIZON PT-PT", "UUNET INTERNET", "C&W ROUTER", "C&W INTERNET", "AT&T INTERNET"]
then "WAN CIRCUITS" else
if {table.customer} in ["C&W INTERNET", "AT&T INTERNET"] then "WAN VPN" else
{table.customer}
Well when I run the report, the Wan Circuits, shows up with data for the C&W Internet and the AT&T Internet, but nothing is displayed for WAN VPN.
Is it possible to display repeating grouped data.
Also, I am grouping by the @Group and my second grouping is by customer.
I have been working on this for two days and I am at my wits end. Thanks to all.