cancel
Showing results for 
Search instead for 
Did you mean: 

Required restriction on charecterstics in Webi report

venkatsk_kalla
Explorer
0 Kudos

Hi All,


I got a requirement in Webi report, I have two charecterstics in report, example CHAR1 and CHAR2, now output of the report is as below,

CHAR1CHAR2
AAAaa
bb
cc
BBBaa
bb
cc
CCCaa
bb
cc

But, user required below output.

CHAR1CHAR2
AAAaa
BBBbb
CCCcc

When the CHAR1 is AAA then the output of the CHAR2 should be aa only, so what kind of settings required to acheive this in Webi report.

Thanks & Regards,

Venkat

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Venkat,

Which Logic got work out for ur Issue? Can u plz share that logic here...

Thanks &  Regards,

Mahesh

Former Member
0 Kudos

HI Venkat,

Write a formula for char2.

it would be if([char1]="AAA")then "aaa" else if([char1]="BBB")then "bbb" else "ccc".

Regards

Subbarao M

venkatsk_kalla
Explorer
0 Kudos

Hi All,

Realtime data is as below,

If CHAR1 is 'N' then CHAR2 should display 'thirdparty, dom' or If CHAR1 is 'E' then CHAR2 should display 'thirdpary,exp.

Like this I need to display in result.

Could you please let me know how can I write the formula in Webi report.

Thanks & Regards,

Venkat Kalla'

Former Member
0 Kudos

Hi Venkat,

If([char1]="N") then "thirdparty, dom" else if([char1] ="E")then "thirdpary,exp"

Regards

Subbarao M

venkatsk_kalla
Explorer
0 Kudos

Thanks Subbarao, it's working

Former Member
0 Kudos

Hi Venkat,

Please close the thread by selecting right answer...

Regards

Subbarao M

Former Member
0 Kudos

Hi Venkat,

Could you please let us know what kind of data you will getting in the real time.

Regards,

G.SaiNath

sateesh_kumar1
Active Contributor
0 Kudos

Hi Venkat ,

Can you be a little elaborate with your real time data