Tagged Questions

1
vote
1answer
15 views

Quick question: Replace_html a second time ??

Hey guy. It's me again :). Apparently I am not allowed in KRL to replace (replace_html) a div a second time !! I seem to have some difficulties doing that ... Can I in RULE B re …
3
votes
1answer
41 views

Inconsistent browser extension Rule Firing

The Firefox browser extension generated via the staging Kynetx AppBuilder appears to be firing inconsistently. The Firefox browser extension was generated last night and installed …
1
vote
1answer
34 views

mediamarket:household(); Returns no value

To duplicate: select using ".*" setting () pre { //Determine number of homes with tvs mmarket = mediamarket:household(); } notify("Number of Households with Tvs:= ", mmarket);
4
votes
1answer
41 views

Stocks:name returns “newrule Datasource for Stocks not found” in debugger

I wrote a simple rule using the Stocks Library. I did not find a lot of documentation so I assumed the statement in the Pre block. The key line I found in the debugger shows // …
1
vote
1answer
36 views

location:longitude/location:latitude not returning full values

location:longitude/latitude are returning invalid values and/or formated incorrectly. The following code returns values of lat: 40.7242 & long: -111.8787. Both values are roun …
1
vote
1answer
35 views

location:<source> shows debug error "

I used the code base Mike created by answering my first question regarding stocks. I created the same type of rule using the "location" data source. The DEBUG output generated by …
1
vote
1answer
15 views

What do the stats on the AppBuilder page mean?

I see that there are stats on the app that I have built in the AppBuilder but I'm unclear as to what they mean. What do RSE, Rules fired, billable RSE all mean and what's the diffe …
1
vote
1answer
10 views

Why is my notification showing twice?

I have created a simple notification rule and deployed using a dev bookmark. For some reason when I click on the bookmark the notification displays twice. Initially I thought the f …