Overview
Allows end users of the platform to construct their own grids, charts, and dashboards.
Key Features & Functionality
Note: Appian provides self-service analytics capabilities where end users can explore enterprise data and build their own custom reports. Before downloading this utility, refer to Appian Documentation to see if you can use the available self-service analytics capabilities.
If you'd like to fix it now the update is to the AH Create Report process model. Update the code in Set Application from:
pv!application
to
if( rule!AH_isBlank(pv!report.application), pv!application, pv!report.application)
That's the wrong plug-in, you want this one: community.appian.com/.../end-user-reporting-charts
This looks like a setting at the environment level that's preventing files with the zip extension. Check the file upload page in your admin console.
That worked. I think I used every other operator but that one. Thank you
Thanks for the update, I will address this in the next version.
Yes we tried that as well, changing the AH_FLAG_SET_CACHE to false. And that did not make a difference. The reports did not display in the grid until we manually synced.
We are using Microsoft SQL Server.
Typically you would using something like ">" for the advanced filtering to get a report that displays records from date > today -30 days.
After selecting date range, which range did you select? Could you post a picture of your report set up? Or the json from the report table for this report?
Could you temporarily turn off the caching to see if that has an affect: set AH_FLAG_USE_CACHE to false.
Additionally, what database are you using?
Hi Michael, we are still seeing the issue when we create a report in the Adhoc Reporting tool where the newly created report doesn't display on the Report Record grid until we Manually Sync the Report Record or wait for the Scheduled Sync in the evening. I am wondering if it has anything to do with the textcacheremove in the last node of the Create Report process model.
Question: When creating a report how does the Advanced Calculation in the Filters - Condition Groups for a date work? I pick a Date for the Field, click on the Calculator and add -30days. Should the Operator be = or between or?
If I have no operator selected or I select the = there is a warning on Invalid filter settings.
If I choose Date Range as the operator there is an error on the Render of the report.
The Help document doesn't give any specifics on the Calculator icon.
Thanks for any help