Views extension modules

Views関連モジュール

 

Viewsで表計算のように四則演算

 

  • Drupal 7 ではViews Calcがありますが、Drupal 8 版はまだ開発していないようなので

https://www.drupal.org/project/views_calc

 

  • Views Calc - Calculations for Your Fields in Views

https://www.ostraining.com/blog/drupal/views-calc

 

  • Computed Field (Drupal 8 Alphaですがあります)

https://www.drupal.org/project/computed_field

 

  • Views PHP(Drupal8はまだのようです)

https://www.drupal.org/project/views_php

 

  • Math Field (Drupal 7 だけ)

https://www.drupal.org/project/mathfield

 

  • Views Aggregator Plus (Drupal 7 だけ)

https://www.drupal.org/project/views_aggregator

 

  • Viewsとは連携しないようですが、ブロックで四則演算ができる GPA Calculator

https://www.drupal.org/project/gpa_calculator

 

参考情報として

  • Best ways to compute and aggregate views fields

https://www.drupal.org/node/1219356

 

  • How to count or add all values for an integer field in Views

http://renaudjoubert.com/en/article/how-count-or-add-all-values-integer-field-views

 

 

 

Views data export

Viewsを使って、contentやさまざまデータをデータベースから出力させるモジュールです。

モジュールの概要: https://www.drupal.org/project/views_data_export

使い方

Drushコマンドで出力 drush views-data-export [view-name] [display-id] [output-file]

※ [display-id] は、Viewsの編集画面で、Displayのタイトルの下にある、Master Page Data export +Add 欄の data export をクリックするとそのURLがわかります。デフォルトでは、最初は views_data_export_1 になります。

 

Better Exposed Filters

Viewsの検索条件の設定などを改善させる拡張モジュールです。

モジュールの概要: https://www.drupal.org/project/better_exposed_filters

追加のBetter Exposed FiltersのWidgetとして、select2モジュールを追加インストール select2モジュールの概要: https://www.drupal.org/project/select2

Drupal 7の場合のインストール手順: https://www.drupal.org/docs/8/modules/select-2/drupal-7-installation 

drush select2-download と  drush select2-download --tag=master  Select2ライブラリは3.5.4 を使います。4.0はDrupal7では未対応です。

select2モジュールをインストールして、sites/all/librariles/select2 のディレクトリに、select2の3.5.4 をダウンロード、解凍後のファイルを保存します。

 

 

タグ: 

CMS: