<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello,<div><br></div><div>I use "views merge rows" module to get the unique values to design a table.&nbsp;</div><div>In first column &nbsp;I use merge rows and I select "values of this field as a filter". After setting this, in other columns I want to get the value of the first column. I installed views php module but I couldn't understand how to get the value of the first column when I use merge rows module.</div><div><br></div><div>Example;</div><div>Real values;</div><div>Risk &nbsp; &nbsp; &nbsp;| Open/Close &nbsp;</div><div>--------------------------------</div><div>Low &nbsp; &nbsp; &nbsp;| &nbsp; Open</div><div>High &nbsp; &nbsp; | &nbsp; Open</div>High &nbsp; &nbsp; | &nbsp; Open<div>High &nbsp; &nbsp; | &nbsp;Close</div><div>Low &nbsp; &nbsp; &nbsp;| &nbsp;Close</div><div>Critical | &nbsp;Open</div><div>Low &nbsp; &nbsp; &nbsp;| &nbsp;Close</div><div>Low &nbsp; &nbsp; &nbsp;| &nbsp;Open</div><div><br></div><div>Designed Table Using views;</div><div><br></div><div>Risk &nbsp; &nbsp; &nbsp;| Result</div><div>---------------------------</div><div>Low &nbsp; &nbsp; &nbsp;| &nbsp;if(low) then ..</div><div>High &nbsp; &nbsp; | &nbsp;if(high) then ...</div><div>Critical | &nbsp;if(critical) thenk..</div><div><br></div><div>Thanks,</div>                                               </div></body>
</html>