<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. </div><div>In first column  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      | Open/Close  </div><div>--------------------------------</div><div>Low      |   Open</div><div>High     |   Open</div>High     |   Open<div>High     |  Close</div><div>Low      |  Close</div><div>Critical |  Open</div><div>Low      |  Close</div><div>Low      |  Open</div><div><br></div><div>Designed Table Using views;</div><div><br></div><div>Risk      | Result</div><div>---------------------------</div><div>Low      |  if(low) then ..</div><div>High     |  if(high) then ...</div><div>Critical |  if(critical) thenk..</div><div><br></div><div>Thanks,</div>                                               </div></body>
</html>