Skip to main content

こんにちは、富田です。

 

前回の質問と似たようなケースなのですが、添付の場合はいかがでしょうか。

IDごとに計算結果をグラフ化しているのですが、ここでも

データ上一番古い月、一番新しい月を除いて計算・表示させたいと

思っていますが、こちらもやり方がわかりません。

 

お忙しい中度々お手数ですが、ご教示いただけますと幸いです。

どうぞ宜しくお願いいたします。

9 risposte
  1. 16 ago 2016, 01:01

    [Year Month]year([日付])*100+month([日付])The first date 2{fixed :min([Year_Month])}The last date 2{fixed :max([Year_Month])} [Filter date2]if [Year_Month]<>[The first date 2] and [Year_Month]<>[The last

    [Year Month]

    year([日付])*100+month([日付])

    The first date 2

    {fixed :min([Year_Month])}

    The last date 2

    {fixed :max([Year_Month])}

     

    [Filter date2]

    if [Year_Month]<>[The first date 2] and [Year_Month]<>[The last date 2]

    then "Show" else "Hide" end

0/9000