0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

備忘録6

Posted at

編集が必要な関数(独自性がつよい)

「備考」はSharepoint リスト上で日付の差分を数式で出しているが、Powerappsに集計値は持ってこれない仕様のためPowerapps上で実装する

=DATEIF(申請日,完了日,"D")
Sharepoint リスト上の設定

親カードの関数の左辺で「Text」の関数を全部消して、「DateDiff(DateValue(DataCardValue●), DateValue(DataCardValue▲) )」にする

リストと同じ値が表示される

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?