prakashjoshi87
New Member
- Joined
- Jun 9, 2015
- Messages
- 11
i have condition in one column and i want to use if statement for all row's which we have condition in column.
See here
[TABLE="width: 166"]
<colgroup><col width="102"><col width="64"></colgroup><tbody>[TR]
[TD="class: et2, width: 102, align: center"]Routing[/TD]
[TD="class: et3, width: 64, align: center"]ITEM 1[/TD]
[/TR]
[TR]
[TD="class: et4, width: 102"]A[/TD]
[TD="class: et5, width: 64, align: center"]256,000[/TD]
[/TR]
[TR]
[TD="class: et4, width: 102"]B[/TD]
[TD="class: et5, width: 64, align: center"]300,000[/TD]
[/TR]
[TR]
[TD="class: et4, width: 102"]A[/TD]
[TD="class: et5, width: 64, align: center"]256000[/TD]
[/TR]
[TR]
[TD="class: et4, width: 102"]B[/TD]
[TD="class: et5, width: 64, align: center"]300000[/TD]
[/TR]
</tbody>[/TABLE]
if routing =A then item 1 cost is 256000
if routing = B then item 1 cost is 300000
etc
now i want is condition for all row
Pls help
See here
[TABLE="width: 166"]
<colgroup><col width="102"><col width="64"></colgroup><tbody>[TR]
[TD="class: et2, width: 102, align: center"]Routing[/TD]
[TD="class: et3, width: 64, align: center"]ITEM 1[/TD]
[/TR]
[TR]
[TD="class: et4, width: 102"]A[/TD]
[TD="class: et5, width: 64, align: center"]256,000[/TD]
[/TR]
[TR]
[TD="class: et4, width: 102"]B[/TD]
[TD="class: et5, width: 64, align: center"]300,000[/TD]
[/TR]
[TR]
[TD="class: et4, width: 102"]A[/TD]
[TD="class: et5, width: 64, align: center"]256000[/TD]
[/TR]
[TR]
[TD="class: et4, width: 102"]B[/TD]
[TD="class: et5, width: 64, align: center"]300000[/TD]
[/TR]
</tbody>[/TABLE]
if routing =A then item 1 cost is 256000
if routing = B then item 1 cost is 300000
etc
now i want is condition for all row
Pls help