You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using QGIS Field Calculator I created a new virtual field which contained e.g. "restaurant_name" || '<br>' || "opening_hours" || ', ' || "weblink_to_restaurant"
My goal os to hand this over to "onMouseOver attr" from "field to be used in..." in order to display this concatenated string later on e.g. as tooltip in the generated HTML page.
Now, it seems that only the regular fields are contained in the drop down list, but virtual fields are missing.