簡體   English   中英

Spotfire:如何根據具有空白的列使用另一列來計算新列,以幫助獲取要插入的正確值

[英]Spotfire: How to calculate a new column based off a column with blanks using another column to help get the correct value to insert

例:

Name|Number|CALC
----|------|----
a   |123   |a
    |123   |a
a   |123   |a
a   |123   |a
b   |321   |b
    |321   |b
    |321   |b

我需要獲取一個計算列,該列將在Name列中找到與數字列中正確數字對應的非空值,以便我可以按名稱過濾並獲取所有數據。

你只需要一個Max()Over語句。

Max([Name]) over ([Number])

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM