cancel
Showing results for 
Search instead for 
Did you mean: 

How to include a field not available in the result set

Former Member
0 Kudos

i have the following data

Group DQ/CURRENT COUNT

A       DQ                         1

B        DQ                         200

B          CURRENT               10

I want CURRENT FOR GROUP A to appear with 0 in count

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Avinash,

Try this.

1. Right click on the block and click on insert Header.

2. Shift your header data (column names) on the top new header which is blank.

3. Insert the static data in the second header.

4. Change the color formatting of header to match with that of block.

NOTE:

1. This record will come up even if there is no data in the query as it is a static data.

2. This record will not be considered while sorting values in block as it is part of header.

3. As far as I am aware, in your case, inserting row will insert rows for each and every record; therefore, you can try with inserting header and check.

Regards,

Yuvraj

Former Member
0 Kudos

The problem is there can be data for this row in future

Former Member
0 Kudos

Hi Avinash,

In that case, you can insert the record at database level.

Once inserted it will flow to the report and then you can delete the header with static data.

Regards,

Yuvraj

amitrathi239
Active Contributor
0 Kudos

Hi,

If this is only for one row then right click on the header->insert row below.

Add the static values.

Amit