Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi i am trying to implement the following query
select pdr_prod_code, count(1),
sum(decode(pdr_status, 'R', 1, 0)) from t_pol_due_for_ren
where trunc(pdr_pol_to_dt) between '01-DEC-2014' and '31-DEC-2014'
group by pdr_prod_code
in line chart. month and year as dimensions
please suggest me something its urgent...
thank you
can any one help me on this issue
any one plz?
Hi ARul,
Check thsi expression
sum({<PDR_STATUS={'R'}>}PDR_PROD_CODE)/sum({<PDR_STATUS={'R'}>} TOTAL <Year>PDR_PROD_CODE)
Regards,
Jagan.
thanks
but result not similar to above image and need to show y axis in percentage
Hi,
Check this file, is this you are expecting?
If not explain with an example.
Regards,
Jagan.
hi
what i need is count of pro_status =R/ product code in percentage
hi Jagan need exactly like this
status R / Total count
group by product
Hi,
Can you explain with some sample data and your expected output.
Regards,
Jagan.
in above qvw fields called
pdr_status in this i have to take pdr_status='R'/Count of pdr_prod_code group by pdr_prod_code
have to show in percentage
Hi,
PFA file, hope it helps you.
Regards,
Jagan.