cancel
Showing results for 
Search instead for 
Did you mean: 

CR in .NET

Former Member
0 Kudos

Post Author: vikas777

CA Forum: .NET

Hi,

Anybody who has worked on CR pl help me out

Its for an Invoice Report. I am having a list of values which are directly fetched from a table. There is a column named 'Type' which will be having values 'Gas' and 'Water'. It is having another column named 'values' which will list all values.Based on the 'Type' we will be displaying 'values'. Gas values will be displayed in Gas Details section and water values will be displayed in Water Details Section

Q1: My requirement is to display like this

Gas headingGas details

Water headingWater details

Q2: Also i need to display only if there are datas in the table. But now even though if there are no datas its displaying o.oo by default. This is the code that I have used.

Ex of the code used:

If Isnull({RptInvoiceSub.Type}) <> True thenIF {RptInvoiceSub.Type} LIKE 'GasCharges' THEN{RptInvoiceSub.value}

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Post Author: Argan

CA Forum: .NET

This is a report design question so you may want to move it to that section instead of the .NET coding section.

Answers (1)

Answers (1)

Former Member
0 Kudos

Post Author: vikas777

CA Forum: .NET

OK. It happened as I am a new user. Anyway Thanks.