Zum Hauptinhalt gehen

Reports Module problem

Kommentare

6 Kommentare

  • Permanently deleted user

    I'm guessing that it has to do with the workflow that generates the report. The workflow creates a dataset from the parcel and zoning layers based on passing a PIN and doing a -1 buffer to get the intersecting zoning(s), then calls the report. I probably need to structure this somehow with a Report Dataset Transform workflow, but I'm not sure where to start. And if I want the original workflow to also be able to be launched from a hyperlink the way it is now, it will show up as a report under ListReports even though it still won't work from there. Brain damage, happening now.

    0
  • Permanently deleted user

    Hello Heather,

    Is the problem always happening on the same particular report?

    You could disable the "Run a Report" buttons by removing the whole "Reporting" module from the JSON of each site, though the buttons will appear greyed-out. To remove the buttons altogether, you'd have to remove each instance of "ListReports" as you've mentioned.

    Could you perhaps share a link to the problematic site?

    0
  • Permanently deleted user

    Thanks for your response! I am trying to avoid massive extraction of code from the files...

    (https://maps.sanmiguelcountyco.gov/viewer/Index.html?configBase=https://maps.sanmiguelcountyco.gov/Geocortex/Essentials/Maps/REST/sites/PropertyFinder/viewers/viewer/virtualdirectory/Resources/Config/Default) Here is a link to one of the sites. The mailing label report for the parcel layer works, the parcel data report does not. You can zoom in and click a parcel for a maptip where Run A Report is one of the options. I've also tested it in the results window when Id-ing.

    0
  • Permanently deleted user

    Thank you for the suggestions, Chase.

    I think the issue is that the Zoning DataTable is created by running a buffer during my workflow. So first it queries the parcel(s), then buffers them to create the Zoning DataTable. Both DataTables create the report dataset and it is then passed to the report using the TemplateReport activity. There is no datalink, as the zoning information is selected spatially. I have been trying to work with a DataSet Transform Workflow, but I can't seem to get the right objects. The reportData is a DataSet, and what I need is a FeatureSet in order to run the buffer. Is there even a way to do this? I thought maybe I could iterate through the dataset, look for the PIN (parcel ID), query to get a featureset, then go about my buffering to add the zoning data to the reportData. I don't really know what I'm doing in all those namespaces though.

    I thought the report had to be attached to the layer to use it in the workflow, but I will try detaching it as a workaround. I really like the integrated reporting module concept and I also really like my multilayer report... Don't have much in my budget for support, but it depends how frustrated I get.

    0
  • Permanently deleted user

    I'm personally insufficiently experienced with Workflow to offer detailed advice, however I hope you might benefit from reading the "Create a Report DataSet Transform Workflow"  section under "Create Workflows" of the Geocortex Workflow Designer's help menu (F1).

    0
  • Permanently deleted user

    I did read that, yes. I'm afraid that I will indeed need some detailed assistance, but thanks for the pointers.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.