收藏Divya Anbazhagan (Jeevan technologies) 提问于 #Apex2018年1月29日 11:34I tried this basic fieldset ideas I am getting this error.Can anyone sort out this Error "Error: Expression of type Text cannot be subscripted"visualforce page:<apex:pageBlock ><apex:pageBlockSection title="Contact list" collapsible="false"><apex:pageBlockTable value="{!contactlist}" var="contact"> <apex:repeat value="{!$ObjectType.Contact.FieldSets.Contactfieldset}" var="fieldValue"> <apex:column value="{!contact[fieldValue]}"/> </apex:repeat> </apex:pageBlockTable> </apex:pageBlockSection> 2 个回答排序按日期排序按最有帮助排序按日期排序加载更多评论...Divya Anbazhagan (Jeevan technologies)2018年1月30日 04:45Thank you sunil Joshi添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复