• mohit kumar 195
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi,
I had written the IF Condition in VF page  as below
<apex:column value="{! If(m.Name=='sai' ,true,false) }"/>

But I am getting the " Error is in expression '{!If(m}' "evenI had given Correct syntax.

How can i solve this?