June 2010
Intermediate to advanced
272 pages
5h 55m
English
In the previous example, the first line of value prompt shows the data item name, that is, Month key (Shipment date).

The business wants to change this to a more generic and user-friendly text.
We will use the report generated in the previous recipe.
<script> var theSpan = document.getElementById("A1"); var a = theSpan.getElementsByTagName("select"); ...Read now
Unlock full access