Question:
Anyone knows the URL for calling the 'Suppress Repeated Text' function in Web Reporting? Pls help.
Answer:
anyone??
Answer:
Suppress repeated texts
(SUPPRESS_REPETITION_TEXTS)
‘X’ = Yes, ‘ ’ = No
Suppressing repeated texts
If you set this attribute toe ‘ ‘, the cells in the table are not merged and the texts and keys are repeated.
If you do not specify a value for this attribute, the texts are suppressed.
Answer:
So it would be
<SAP_BW_URL CMD="SUPPRESS_REPETITION_TEXTS" DATA_PROVIDER="DataProvider1" VALUE="X"> ?? I tried this but didn't work.
Pls help. Thx.
Answer:
we have folowing working
<SAP_BW_URL CMD='CHANGE_TEMPLATE' TEMPLATE_ID='ZZZZZ' cmd_1='item=Results&SUPPRESS_REPETITION_TEXTS=' cmd_2='item=*&multi=X&generate_links='>
In your example you had the '=' missing
Answer:
I tried what u suggested thanks. But it didn't work...
<SAP_BW_URL CMD='CHANGE_TEMPLATE' TEMPLATE_ID='ZZZZZ' cmd_1='item=Results&SUPPRESS_REPETITION_TEXTS=' cmd_2='item=*&multi=X&generate_links='>
Answer:
it works for me! (is your results table web item called 'Results', if not change this to be whatever you called it!)
Answer:
Thanks a lot for your help =). It works now.