问题
If(Len([case_SPEC]> 0),[case_SPEC],[case_type])
When I tried above formula I receive an error
'>' as invalid operator
Could someone help in fixing this.
回答1:
Try this
If(Len([THROUGHPUT_SPEC]) > 0,[THROUGHPUT_SPEC],[SUB_TYPE])
You omitted the closing bracket in Len([THROUGHPUT_SPEC])
来源:https://stackoverflow.com/questions/38589178/spotfire-if-statement-in-custom-expression