B
Becky
I have an nested IIF that will only display one vlaue in my report section
footer. I am sure that this is a simple ( ) problem or something, but it is
very frustrating!
Here is the statement: =IIf((([combo16]="24"),"Total for Section
24"),IIf(([combo16]="DLSS"),"Total for DLSS"),IIf((([combo16]="DTS"),"Total
for DTS"),"Total for Section 65H"))
Here is the explanation:
Combo16 has 4 choices. My report is grouped by these choices. I have a
running total at each grouping. I want it to display Total for Section 24,
Total for 65H, Total for DLSS, etc but it only dispalys Total for DLSS in
that section-the rest are blank.
footer. I am sure that this is a simple ( ) problem or something, but it is
very frustrating!
Here is the statement: =IIf((([combo16]="24"),"Total for Section
24"),IIf(([combo16]="DLSS"),"Total for DLSS"),IIf((([combo16]="DTS"),"Total
for DTS"),"Total for Section 65H"))
Here is the explanation:
Combo16 has 4 choices. My report is grouped by these choices. I have a
running total at each grouping. I want it to display Total for Section 24,
Total for 65H, Total for DLSS, etc but it only dispalys Total for DLSS in
that section-the rest are blank.