Hi,
I have a view page for records in the horizontal layout as stated in the HTML code snippet below. I want to hide the rows(which are actually individual fields for respective record) which does not contain any value(i.e null value). I tried with some of the suggestions as mentioned in some other similar topics in this Forum, but it didn't work. Please help.
{BEGIN Control_Objective_Guidance_fieldblock}
<TR>
<TD class=editshade_b style="PADDING-LEFT: 20px; WIDTH: 20%" width=150 rowSpan=3 mywidth="136">Application Support <STRONG></STRONG> <STRONG></STRONG></TD>
<TD class=editshade_lb style="WIDTH: 20%" mywidth="136" ; WIDTH: 38px?>
<P align=center><STRONG><FONT color=#000000>High</FONT></STRONG></P></TD>
<TD class=editshade_lb style="PADDING-LEFT: 10px; VERTICAL-ALIGN: top; WIDTH: 20%"
mywidth="306">{$Application_support_High_tier_control_guidance_value} </TD>
<TD class=editshade_lb style="PADDING-LEFT: 10px; VERTICAL-ALIGN: top; WIDTH: 20%"
mywidth="225"><STRONG></STRONG>{$Application_support_High_tier_DE_value} </TD>
<TD class=editshade_lb style="PADDING-LEFT: 10px; VERTICAL-ALIGN: top; WIDTH: 20%"
mywidth="226">{$Application_support_High_tier_OE_value} </TD>
</TR>
{END Control_Objective_Guidance_fieldblock}
{BEGIN Control_Objective_Guidance_fieldblock}
<TR>
<TD class=editshade_lb style="WIDTH: 20%" mywidth="136" ; WIDTH: 38px?>
<P align=center><STRONG><FONT color=#000000>Medium</FONT> </STRONG></P></TD>
<TD class=editshade_lb style="PADDING-LEFT: 10px; VERTICAL-ALIGN: top; WIDTH: 20%"
mywidth="306">{$Application_support_Medium_tier_control_guidance_value} </TD>
<TD class=editshade_lb style="PADDING-LEFT: 10px; VERTICAL-ALIGN: top; WIDTH: 20%"
mywidth="225"><STRONG></STRONG>{$Application_support_Medium_DE_value} </TD>
<TD class=editshade_lb style="PADDING-LEFT: 10px; VERTICAL-ALIGN: top; WIDTH: 20%"
mywidth="226">{$Application_support_Medium_OE_value} </TD>
</TR>
{END Control_Objective_Guidance_fieldblock}
{BEGIN Control_Objective_Guidance_fieldblock}
<TR>
<TD class=editshade_lb style="WIDTH: 20%" mywidth="136" ; WIDTH: 38px?>
<P align=center><FONT color=#000000><STRONG>Low</STRONG></FONT></P></TD>
<TD class=editshade_lb style="PADDING-LEFT: 10px; VERTICAL-ALIGN: top; WIDTH: 20%"
mywidth="306">{$Application_support_Low_tier_control_guidance_value} </TD>
<TD class=editshade_lb style="PADDING-LEFT: 10px; VERTICAL-ALIGN: top; WIDTH: 20%"
mywidth="225"><STRONG></STRONG>{$Application_support_Low_tier_DE_value} </TD>
<TD class=editshade_lb style="PADDING-LEFT: 10px; VERTICAL-ALIGN: top; WIDTH: 20%"
mywidth="226"><STRONG></STRONG>{$Application_support_Low_tier_OE_value} </TD>
</TR>
{END Control_Objective_Guidance_fieldblock}
Regards,
Basu