Hello All,
I was just wondering how detail sections work. I have 3 different detail lines in my report. They are for different types of investments that a client may have (I work for an insurance company).
Detail a = Segregated Funds
Detail b = GICs
Detail c = Cash/Time Deposit
If someone has more than one of these can they both be printed out?
So far, it only seems to print out the Seg Funds. I made an "" of an else stmt in detail c (Cash/Time) to "Grp 3" (which is just a text word I added to test). It printed out where it should have, but then it also printed every second time in the details a (seg fund) section. I'll try to give an example of the outcome.
====================================
=INVESTMENT HOLDING INFORMATION =
====================================
Acct Num Type Product Shares Unit Price
-------- ---- ------- ------ ----------
==========================================================
INVESTMENT VALUES - DAILY INTEREST (details c stuff ==========================================================
Grp3
Grp3(**this client has 2 invests that would print here)
======================================================
INVESTMENT VALUES - SEGREGATED FUNDS (this one works well)
=======================================================
1231232 Seg Fund EFG-Elite Fund 9.99 343.87
Grp3
3454353 Seg Fund EFG-Elite Fund 89.98 897.90
Grp3
0982221 Seg Fund EFG-Asset Alloc 4.49 24.78
Grp3
Total Invest (seg fund) = 1266.55
===========================================================
I hope this makes sense. I would appear that seg fund (details a) works fine. But when I add that "Grp3" to the else of the first line of the details c section (instead of ""
, it prints twice (which is kinda right because this particular client has two investments which sould be printed in the daily interest section). But then, it comes out the the details a sections as every second line. Any ideas or suggestions whould be geate
Thx
Jamie in Canada
I was just wondering how detail sections work. I have 3 different detail lines in my report. They are for different types of investments that a client may have (I work for an insurance company).
Detail a = Segregated Funds
Detail b = GICs
Detail c = Cash/Time Deposit
If someone has more than one of these can they both be printed out?
So far, it only seems to print out the Seg Funds. I made an "" of an else stmt in detail c (Cash/Time) to "Grp 3" (which is just a text word I added to test). It printed out where it should have, but then it also printed every second time in the details a (seg fund) section. I'll try to give an example of the outcome.
====================================
=INVESTMENT HOLDING INFORMATION =
====================================
Acct Num Type Product Shares Unit Price
-------- ---- ------- ------ ----------
==========================================================
INVESTMENT VALUES - DAILY INTEREST (details c stuff ==========================================================
Grp3
Grp3(**this client has 2 invests that would print here)
======================================================
INVESTMENT VALUES - SEGREGATED FUNDS (this one works well)
=======================================================
1231232 Seg Fund EFG-Elite Fund 9.99 343.87
Grp3
3454353 Seg Fund EFG-Elite Fund 89.98 897.90
Grp3
0982221 Seg Fund EFG-Asset Alloc 4.49 24.78
Grp3
Total Invest (seg fund) = 1266.55
===========================================================
I hope this makes sense. I would appear that seg fund (details a) works fine. But when I add that "Grp3" to the else of the first line of the details c section (instead of ""
Thx
Jamie in Canada