Support Forums

Questions about surveying? How does this thing work? We're here to help!

The Forums are now closed, because much of the older info is out of date.

Check out our Knowledge Base, ask a support question: Support.SurveyGizmo.com or ask a sales question with our Sales Contact Form.

Current User: Guest

How to select report theme?

Topic Locked
UserPost

5:05
January 13, 2009


galiel

Member

posts 22

There is the ability to create a new theme for reports – but where can one select a particular report theme for reports?

Reports seem to use the default report stylesheet no matter what, and there does not seem to be anywhere to customize the look and feel of a report (as opposed to a survey). Adding the appropriate CSS to the main theme stylesheet seems to get overriden by the default report stylesheet.

5:10
January 13, 2009


Mario

Admin

Boulder, CO

posts 994

It is a default theme for the reports, and is not currently configurable. In version 2.0 this will be improved, but that is a few months off. You can of course download the report's HTML and edit it manually if you plan to put it up somewhere else and repackage it in the interim.

Mario Lurig
Sales Engineer – SurveyGizmo
How was my customer service? Provide feedback!

7:54
January 13, 2009


galiel

Member

posts 22

It is really not ok that you folks have not documented this, and so much more. There is an option when creating a new look and feel template to specify if the template is for surveys or reports. Why is that option there if it doesn't do anything?

Having a non-functioning option, with no documentation either way, is just one more thing that has cost me time trying to figure out how things work.

Perhaps, rather than pushing out a version 2.0, you folks should invest in documenting your current version?? Those of us who purchased enterprise-level packages expect more than a couple of basic tutorials – and it is not cost-effective for us to have to ask tech support every time we have a question about how a function works (or, in this case, does nothing).

10:35
January 13, 2009


Mario

Admin

Boulder, CO

posts 994

More documentation is absolutely a priority. In the past 6 months I've personally added 23 full or micro tutorials to our site, we've improved wording on descriptions and tips within the application, and we run 2 webinars a week to help users become familiar as well as the opportunity to ask questions live.

Also, I apologize as I was incorrect. Under Files & Templates if you create a template and select REPORT, the CSS will replace the default report CSS. If you delete that template, it will return back to default report formatting. I recommend, prior to creating this, to grab a copy of the report css by viewing the source of a current report and copy/pasting it into your template. This is account wide, and effects ALL REPORTS and ALL SURVEYS.

Mario Lurig
Sales Engineer – SurveyGizmo
How was my customer service? Provide feedback!

5:44
January 14, 2009


galiel

Member

posts 22

Ok, I finally figured out how this works.

You have to rerun each report each time you make any change to a custom template (or delete one) – because SurveyGizmo actually embeds the custom styles in the head section of the report html – and it deletes the import statement for the default stylesheet, too, if it finds a custom one.

A better way** to do this would be for SurveyGizmo's report generator to simply check if a custom stylesheet exists, and, if so, import it *after* importing the default stylesheet.

@import url( /css/reportstyle.css );

@import url( /template-directory/customreportstyle.css);

(and please get rid of the style rules embedded directly in the html head, they should be in the stylesheet!).

**Actually, the most forward-looking way of doing this would be to have a single import statement to a single global stylesheet in the html head, and put all @import statements in that global stylesheet.

Then have the report generator look for custom stylesheets of various types (screen, print, etc), and, if present, import them into the global stylesheet *after* importing all the default styles.

This would allow users to take advantage of cascading rules and inheritance, only changing individual style rules as needed (the custom style rules would override the corresponding default style rules, and the rest of the default style rules would be unchanged).

(Incidentally, SurveyGizmo should add a check box set on the custom template page – to designate the type/s of style sheet we are saving – screen, print, handheld, braille, etc.)

It would also make it easier for us to keep our report look-and-feel current as you upgrade your report utility – if you change the HTML, that would not mess up our styles.

It would allow us to improve accessibility.

Most importantly - we wouldn't have to rerun reports each time just to see the results of CSS changes.

(And, if you just added a custom body id style to each report:body id=”report_x”we could apply different css rules to different reports.)

—–
In my case, I just needed to insert one single line of CSS - one rule.

I need to suppress summary tables on a given report (I'd like to be able to do it for specific questions – some of our summary tables have hundreds of rows, but, since that is not offered, nor is the ability to do it for a single report, I have to do it for all reports). All that takes is a single line of CSS – one rule.

.question_grid_box {display:none;}

Now, I have to copy the entire default stylesheet to a new template, add my one rule, and rerun each report I need that to apply to – and hope you don't change the HTML or CSS with your next upgrade in a way that breaks my reports. And, if I want to rerun a report that needs the summary tables in it, I have to delete the report template, run that report, and add it back again for the others. Unmanageable and unnecessary, given the simple CSS solution. And undocumented, to boot :-)

7:57
February 11, 2009


Kris

Guest

Is the ability to change the report CSS an Enterprise level option only? Tech support haven't mentioned that it was when i emailed them directly but the option is greyed out when i look at creating a new CSS template…

3:21
February 12, 2009


cheri

Admin

posts 846

Hi, Kris.

Yes, that's correct. It is an Enterprise only feature.

Thanks for your question, Kris!

–Cheri



The Forums are now closed, because much of the older info is out of date.

Check out our Knowledge Base, ask a support question: Support.SurveyGizmo.com or ask a sales question with our Sales Contact Form.