Jump to content

BugDebug

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

BugDebug's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Most of my input forms includes a small report in a iframe where the last 10 entries are shown. After the platform upgrade, the subreports (iframes) no longer show up. Nothing is changed on the pages for years. It seems to be related to the browsers now considering the script as unsafe and hence not executing it. The frame can be made visible, accepting a browser security warning, shown in the URL input bar (Chrome). This is the code in use, can anyone assist with getting it working again, it's inserted in the footer of the page: <iframe allowtransparency=true frameborder=0 id=rf sandbox="allow-same-origin allow-forms allow-scripts" scrolling=auto src="http://b6.caspio.com/dp.asp?AppKey=[The appkey is here]" style="width:100%;height:100%"></iframe> </head> Thanks in advance.
  2. Looking at my account details, it states that image resizer is included in my plan. However, the "resizer options" pane is inactive in the forms designer (greyed out). Any idea what's going on?
  3. I have not found a way to use aggregated fields in graphs at all - only calculated fields. With calculated fields, I can calculate something for each record in the record set (currently using that feature to group by week number - from a date) but I don't see how I can use that feature to create a trendline that goes across the chart as know from Excel. Ideas anyone?
  4. Any way I can add a trendline to a chart? I.e. a line that shows what the average value of the bars in a barchart is.
  5. Yes, and as far as I can tell, you can't create calculated fields in a chart only report.
  6. Thanks a lot, again, you managed to solve the problem spot on. I now have it working. Is there a way to get rid of the table below the chart, perhaps through some HTML code?
  7. I have a bar-chart that shows how many units were created by day. Days on the X axis and count on the Y axis. I would like to have the same chart, but grouped by week, so I can see the total count by week, over time, so: Weeks on the X axis and count on the Y axis. Any idea how I might achieve that? I have a timestamp field available, and I would rather not have the users input the week number in a separate field manually.
  8. Perfect, solved my problem right away. Not sure how I overlooked that feature. Thanks.
  9. For reporting purposes, I would like to use the date filtering option "Previous X days", but that filter seems to exclude todays date. Is there a way I can get the last 14 days in a rolling window, including todays date? I have checked timezones in both general settings and localization, that did not do the trick...
×
×
  • Create New...