You are here

README.txt in Views Conditional 7

Views Conditional Drupal Module
---------------------------------------------
Views Conditional is a simple module that allows
you to define conditionals (if xxx then yyy)
with fields in views.  Conditions include:
  - Equal to
  - Not equal to
  - Great than
  - Less than
  - Empty
  - Not empty

Views Conditional allows you to output text
based on the result of the condition.

Installation:
  Ensure that the Views module is installed
  and enabled.  Enable Views Conditional.
  That's it!

Dependencies:
  - Views

How to use Views Conditional:
1. Create a view. Add some fields under "FIELDS".
2. Click on "ADD" next to fields. Scroll down to "Views: Views Conditional", probably found near the bottom of the list.
3. Add and configure fields...
4. Choose a field to run a condition against, and provide values accordingly.
5. Save, views conditional handles the logic and returns as specified.

File

README.txt
View source
  1. Views Conditional Drupal Module
  2. ---------------------------------------------
  3. Views Conditional is a simple module that allows
  4. you to define conditionals (if xxx then yyy)
  5. with fields in views. Conditions include:
  6. - Equal to
  7. - Not equal to
  8. - Great than
  9. - Less than
  10. - Empty
  11. - Not empty
  12. Views Conditional allows you to output text
  13. based on the result of the condition.
  14. Installation:
  15. Ensure that the Views module is installed
  16. and enabled. Enable Views Conditional.
  17. That's it!
  18. Dependencies:
  19. - Views
  20. How to use Views Conditional:
  21. 1. Create a view. Add some fields under "FIELDS".
  22. 2. Click on "ADD" next to fields. Scroll down to "Views: Views Conditional", probably found near the bottom of the list.
  23. 3. Add and configure fields...
  24. 4. Choose a field to run a condition against, and provide values accordingly.
  25. 5. Save, views conditional handles the logic and returns as specified.