Skip to content
Snippets Groups Projects
Commit d8872d14 authored by Robert Loipfinger's avatar Robert Loipfinger
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1039537][Count(*) wird bei jedem...

[Projekt: Entwicklung - Neon][TicketNr.: 1039537][Count(*) wird bei jedem Öffnen in FilterView zweimal ausgeführt]
parent a4f3b152
No related branches found
No related tags found
No related merge requests found
import("system.logging");
import("system.db");
import("system.vars");
import("system.neon");
import("system.result");
var query = "select count(*) from PERSON"
var contactCount = db.cell(query);
var contactCount = vars.get("$sys.datarowcount")
if(contactCount > 0)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment