Top "Views" questions

This tag is for questions about database view or UI / architectural view.

How to create a comment to an oracle database view

I would really like to create a comment to a view with a short description of its purpose. Unfortunately it …

oracle views code-documentation
Drupal : how to sort and display nodes grouping by first letter in view

I have a huge list of companies (nodetype : company, only field is title) that I want to display in a …

drupal views drupal-views
Adding a custom filter to views in Drupal 7

im using Drupal 7 and I want to add a new filter in views. I have a custom table "clicks" with …

php drupal views drupal-7 drupal-views
Drupal Views combine 2 columns into 1?

I've got two content types, both have a node title and a document attachment, the doc attachment fields are different …

drupal views union drupal-fields
Strategies for Mapping Views in NHibernate

It seems that NHibernate needs to have an id tag specified as part of the mapping. This presents a problem …

nhibernate nhibernate-mapping views
How do I set a time in a time_select view helper?

I have a time_select in which I am trying to set a time value as follows; <%= f.time_…

ruby-on-rails views helpers time-select
How Would I Change ASP.NET MVC Views Based on Device Type?

I'm working my way through some ASP.NET MVC reading and I have a web app at work that I'll …

asp.net-mvc views mobile-devices
MySQL Views in Navicat - How to define 'primary key'?

Often when I define a View in Navicat I receive the following message: xxx does not have a primary key. …

mysql views primary-key unique-index navicat
Embed a View using AJAX

I have a view with one argument, and a set of exposed filters. When the user filters the view, the …

ajax drupal views drupal-views
How to render a view inside of another view (rails 4)

Hi I want to preface this by saying that I am new to coding. I have an issue that I …

ruby-on-rails-4 views controllers partials