Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
日時に基づいて SharePoint リストをフィルタリングしようとしています。ただし、日付でのみ機能し、データと時刻フィールドの時刻は無視されます。
計算列を NUMBER 形式で作成します (たとえば、'CreatNum' と呼びます)。列の値は日付フィールドです (例: =Created)。次に、CreateNum フィールドが 46,885.3313 (数値の日付) より大きいため、そのフィールドでフィルター処理します。同じ計算列で既存の日付フィールドが数値に変換されるため、フィルター処理する数値を簡単に判断できます。