User Portlet User Portlet

Discussions
The second argument to the `Tooltip` function is the label, which is set to `DateString[First@#]`. Try `#` as the label argument to `Tooltip` to simply set the tooltip to the bracketed tuple: DateListPlot[ Tooltip[#, #, TooltipStyle -> 14]...
It is printing with each iteration of the `Do[]`. You could remove the `&&Print[...]` from each case and use it at the end of the `Which[]` like Which[...]&&Print[...] Then calling the function with `fnk[x];` would print what you want. ...