What?
This is to describe how to change the value of a field of a form from it's default when it is clicked on so that it auto-clears and changes to how it normally works.
Example?
Note the value ...
... 10 columns called "Untitled-1". I enter some labels in the first column. These will be keys later on to link my report to so keep them short without any special characters. I then saved this table with ...
... file to change system field labels
The fix put simply is a CSS hack. Specifically by inspecting the element, removing some of the CSS attributes on the field we want to change, saving it, then returning ...
... + ".zc-Tabs-group .choice-table-row";
v_Css = v_Css + "";
input.Note_CSS = v_Css;
Yields
Then I need to get rid of the circles (radio inputs) but ensure the labels are still visible (I can ...
... // get seconds ago
$v_Seconds = strtotime('now') - strtotime($p_Date);
// set unit labels
$a_UnitLabels = array('year','month','week','day','hour','minute','second');
// set unit values
...
... made this work with the parentheses but only after refreshing ALL DATA in the spreadsheet and reconfiguring which fields go in "Report Filter", "Column Labels", "Row Labels" and sum "Values". But because ...
... identified by the labels mentioned below.
What data does Joes Infographic for Joomla (JIJ) need?
Summary Period Report (details on your awstats report)
Monthly History (per month per year)
Days ...
... if you have a list of month names? January comes before February but not alphabetically, so let's do this as an example:
Move the field from "Report Filter" to "Row Labels" (put it at the top as parent) ...
... did this but hey ho)
Select the fields of this list you want to use (only really need ID and Name or just the one if your dropdown values will be the same as the display labels)
Next > Next > Finish ...
... are assigned to (Labels - series fields)
Months the incident(s) were closed (X-axis - category fields)
My SQL Query is:
SELECT
_SMDBA_.Incident.[Incident #]
,_SMDBA_.Incident.[Group ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.