答案 0 :(得分:2)
这是Python / Jython中的解决方案:
headerRight: (
<TouchableOpacity>
//-->I changed here <Icon name="sc-telegram" color={Colors.red} size={30} />
</TouchableOpacity>
),
对于Grel,最好的解决方案可能是这样(如果您喜欢俄罗斯娃娃):
col2 = row.record.cells.col2.value
col3 = row.record.cells.col3.value
return ";".join([x for x,j in zip(col3,col2) if j == "yes"])
也可以在不使用公式的情况下执行此操作: