Skip to content

Caspio

Welcome to Caspio Ideabox. We love to hear your improvement ideas.

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

406 results found

  1. Ability to insert/update pop up values to drop down boxes and REPOPULATE page

    Ability to insert/update pop up values to drop down boxes and list boxes and then repopulate only those page elements that were changed without refreshing the page and losing unsaved data. It is nice to have a modal pop up form to add a lookup value but sometimes those aren;t text fields like States but sometimes they have primary keys and our an autonumber so repopulating the form elements is important but doing so without losing page data on a reload.

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  DataPages  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Create ability to allow for multi-select of primary keys.

    Multiselect is important and available through embed scripts but those are merely for text data type. There are many scenarios, CRM for example, where user is entering sales activities for a company and they want to choose multiple contacts for that company. Since a contact has a unique PK there is no way to choose more than 1 value since the table that stores the "Contact_ID" only stores a integer. There are complicated workarounds using arrays and looped insert functions but not having access to the SQL Server to do triggers or stored procedures places a limitation and puts the…

    11 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  DataPages  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Add a Title option to Field Options

    In addition to a Label and Hint a Title would be a nice feature.

    On the "Search and Report Wizard - Configure Details Page Fields" page under the "Standard" tab in "General Options" there is a field to add a label and under the "Advanced" tab in "Field Options" there is a field to add a hint.

    A field to add a title in the "Field Options" would be awesome. Hints are a slow, cumbersome, and ugly cousin of Titles.

    0 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  DataPages  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Can you introduce a WYSIWYG DataPage Editor in Design mode

    Can you introduce a WYSIWYG DataPage Editor in design mode where you can drag and drop elements: like views, reports, charts, geomaps, butttons, virtual groupby totals, images, text, etc.. in the header, footer and content area, incl. interactions between the elements.

    45 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    2 comments  ·  DataPages  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. rules

    Allow to modify/evaluate the same field in more than one rule.

    I find it extremely limiting (and unnecessary) that I can only alter the behavior or a field with just one rule. If I need a rule that makes a field visible, and another that makes it required, I can't do that. Even with the help of sections, there are many things I cannot do. Plus, sections bring other limitations (some just aesthetic, but still, unnecessary), and when a Data Page has way too many sections, it breaks, literally.

    18 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  DataPages  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  DataPages  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  DataPages  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  DataPages  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Adjustable data page elements list

    Adjustable data page elements list in the datapage wizard as my element names are often long especially when in a view and there seems to be spare spare on the screen and on the tabs beside the element list.

    0 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  DataPages  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Parameters in data source

    DataPage1 -> DataSource = tblData[@authfield:AccountID]

    AccountID = 1 -> DataSource = tblData1
    AccountID = 2 -> DataSource = tblData
    2

    This would streamline deployment of cloned apps tremendously.

    0 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  DataPages  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. add left and right capability in the Charts and Report Datapage

    Currently you can only display the chart and report constituents in a 'Chart and Report' datapage one below the other. Give users the ability to also display them one beside the other

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  DataPages  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. implement Front End Data Validation

    Customizable validation for data submission forms and update reports and forms would be very nice.

    i.e...
    0 < DOBmo < 13
    0 < DOBday < 32
    1900 < vehicleYear < DATEPART(year, now())
    FirstName (Not Like "[!((a-z) or (0-9))]")
    999,999 < Phone < 10,000,000,000

    10 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    4 comments  ·  DataPages  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Allow datapage elements configured as Display Only to be referenced in javascript like you can reference other elements.

    Sometimes a developer may want to display, and not allow edit, a piece of data from a previous datapage. This displayed datapage element may need to be referenced from javascript which I don't believe is possible now. All other configurations of elements can be referenced, even hidden elements, but now the display only element.

    10 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  DataPages  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. make output of counting functions be treated as float type instead of integers.

    Currently, using aggregate functions such as Count will return an integer, meaning if you attempt to calculate something of the form of ColuntnonBlank/Count, you will get 0 since both are integers. This seems like an unnecessary limitation. I was able to bypass by multiplying by both number by 1.0, but this seems cumbersome and should not be required to perform such a calculation.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  DataPages  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Carousel for photos

    Carousel or other way to easily and attractively display multiple photos on a page...especially those uploaded by viewers

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  DataPages  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Provide a feature for datapages that allows the creation of a beginning and ending balance.

    I have a datapage that produces a monthly statement. I am able to create an aggregate to display the total of items listed on the statement. But I'm not able to do a "Beginning balance" - the total either a) at the end of the prior month or b) the total of all items for that client prior to the monthly statement (these would be essentially the same, just different ways of getting the data).

    What would be very useful is a type of aggregation field that can be constrained by date, or other field. Then I could use it…

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    2 comments  ·  DataPages  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Being able to view in the member area all the files that are in a folder.

    On the datasheet there needs to be a way to allow people to select and view the entire contents that are in a folder that is created, when they are logged into their member account.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  DataPages  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Larger HTML Blocks

    Can we have HTML blocks that can take more characters, say 20k or 30k characters? I'm using HTML blocks in Results pages a lot now and the current 10k allowance is quite limiting

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  DataPages  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. allow to filter on a calculated field

    It is obviously helpful to add aggregates to a report.
    It would be useful to be able to filter (in views?) based on aggregates.
    Example: 1 invoice and 3 payments. How can I quickly filter and show the invoices that have not been paid in full?

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  DataPages  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. 5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  DataPages  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

Feedback and Knowledge Base