Hey
I have a field in my "Group Header #10, Policy.Cov" called {@policy amount}. I for the example rpt I am using, it spits out $175,000.00 4 time in a row. I should only print out once at the top. I checked off "Surpress if duplicated", but it still comes out 4 time? Here is the code behind the field (if it helps but I don't think it will)...
If ToText ({PolicyLICovValue.AnnPrem}) <> "0.00" or ToText ({PolicyLICovValue.TotalCV}) <> "0.00" then
If "L" in {PolicyInsured.PolicyNum} or "I" in {PolicyInsured.PolicyNum} then
// If {Policy.ProdCode} ="Vital Link" or {Policy.ProdCode} = "Vital Link 10" then
// ""
If {Policy.Type} = "CRI" then
ToText({Policy.FaceAmt})
Else
If {Policy.Type} in ["VAN", "AN"] Then
If ToText ({PolicyAN.AnnuityValue}) <> "0.00" Then
ToText ({PolicyAN.AnnuityValue})
Else
""
Else
If ToText ( {PolicyLICovValue.TotalDB} ) <> "0.00" Then
ToText ( {PolicyLICovValue.TotalDB} )
Else
""
Else
""
Else
""
Why does "Surpress if duplicated" not work????
Help please!!!
Thx
Jamie in Canada
I have a field in my "Group Header #10, Policy.Cov" called {@policy amount}. I for the example rpt I am using, it spits out $175,000.00 4 time in a row. I should only print out once at the top. I checked off "Surpress if duplicated", but it still comes out 4 time? Here is the code behind the field (if it helps but I don't think it will)...
If ToText ({PolicyLICovValue.AnnPrem}) <> "0.00" or ToText ({PolicyLICovValue.TotalCV}) <> "0.00" then
If "L" in {PolicyInsured.PolicyNum} or "I" in {PolicyInsured.PolicyNum} then
// If {Policy.ProdCode} ="Vital Link" or {Policy.ProdCode} = "Vital Link 10" then
// ""
If {Policy.Type} = "CRI" then
ToText({Policy.FaceAmt})
Else
If {Policy.Type} in ["VAN", "AN"] Then
If ToText ({PolicyAN.AnnuityValue}) <> "0.00" Then
ToText ({PolicyAN.AnnuityValue})
Else
""
Else
If ToText ( {PolicyLICovValue.TotalDB} ) <> "0.00" Then
ToText ( {PolicyLICovValue.TotalDB} )
Else
""
Else
""
Else
""
Why does "Surpress if duplicated" not work????
Help please!!!
Thx
Jamie in Canada