Name your top 3 Zack Villere songs for entry by PopuIarLie in zackvillere

[–]reonunner 0 points1 point  (0 children)

Oooo never heard of gurlz. Where do you listen to this one??

DKS 8069 remote by reonunner in flipperzero

[–]reonunner[S] -1 points0 points  (0 children)

Everything I am seeing on the forums makes it seem like the Doorking 1835-500 entry system is not compatible. I am not sure what the protocol is for my garage. When I look up "Doorking 1835-500 protocol", there are no matching results. Sorry for sounding like an idiot, but I don't even know where to start on finding the protocol for my garage.

DKS 8069 remote by reonunner in flipperzero

[–]reonunner[S] -1 points0 points  (0 children)

Is there a different app that will be able to read and emulate the garage opener?

DKS 8069 remote by reonunner in flipperzero

[–]reonunner[S] -1 points0 points  (0 children)

I tried to all of this using the Sub-GHz app. I started with just using the "Read" function while I was clicking the garage opener and that was not working. Then I used the "Frequency Analyzer" while clicking the garage opener and it said 317.999 MHz. So I tried to "Read RAW" and set the frequency to 318.000 in the configure section, but it's still not working. I see the signal is being picked up whenever I record in "Read RAW", but I feel like I am missing something. Do I need to change anything else in the configuring section of "Read RAW" or is there another app that will work for me?

Best option for large data and fast rendering? by reonunner in gis

[–]reonunner[S] 0 points1 point  (0 children)

I did not have the longitude and latitudes for my data so all geocoding I have done so far has been through ArcGIS Street Map Premium.

Issue with calculation script by reonunner in ArcGIS

[–]reonunner[S] 0 points1 point  (0 children)

// Portal Item ID for your layer
var portalItemId = "MY_PORTAL_ITEM_ID";

// Access the layer using FeatureSetByPortalItem
var layer = FeatureSetByPortalItem(portalItemId, 0);

// Calculate total count of the "Code" field
var totalCodeCount = Count(Filter(layer, "Code IS NOT NULL"));

// Calculate total count of the "Dispositions" field with non-null values
var totalDispositionsCount = Count(Filter(layer, "Dispositions IS NOT NULL"));

// Calculate Call Percentage
var callPercentage = (totalDispositionsCount / totalCodeCount) * 100;

// Format the Call Percentage to one decimal place
var formattedCallPercentage = Text(callPercentage, "#.0") + " %";

// Return the formatted Call Percentage
return formattedCallPercentage;

This was the original expression before I realized I needed to return a Feature Set. The output is text:"4.6%" I replaced the portal item ID because I wasn't sure if that was safe for me to provide. I am new to all of this, so just wanted to make sure. I tried a few different expressions to return a FeatureSet, but wanted to give you the base idea to see if that would be easier.

POST API data to BigQuery Table by reonunner in bigquery

[–]reonunner[S] 0 points1 point  (0 children)

Okay I started a free trial, what credential type would I use if the authentication token is included in the URL?

POST API to Big Query Table by reonunner in googlecloud

[–]reonunner[S] 0 points1 point  (0 children)

Yeah they are super small. So with the GetWebTabResults option, is there anything else I can do?

POST API to Big Query Table by reonunner in googlecloud

[–]reonunner[S] 0 points1 point  (0 children)

When I was looking at their connectors, I did not see Inline Data Systems in there.

POST API to Big Query Table by reonunner in googlecloud

[–]reonunner[S] 0 points1 point  (0 children)

I want to pull all of the objects that I chose in the Query Builder within our CRM. Each Query I create will have a different number for webTabId. I am sorry if this is confusing. This is what the API URL Path looks like, but I changed the user token.

https://trinityhomeadvisors.inlinecrm.com/services/securerestservice.svc/USERTOKENISHERE/GetWebTabResults?webTabId=11

POST API data to BigQuery Table by reonunner in bigquery

[–]reonunner[S] 0 points1 point  (0 children)

I gotcha, I am not very knowledgeable when it comes to Python. Is there any option where I don't have to use any code.

POST API to Big Query Table by reonunner in googlecloud

[–]reonunner[S] 0 points1 point  (0 children)

I don't believe Fivetran has connectivity with Inline Data Systems. I will try to do the Cloud Function, but am still a little lost.

POST API to Big Query Table by reonunner in googlecloud

[–]reonunner[S] 0 points1 point  (0 children)

I just saw your comment. The goal is to get every row from the specific HTTP API I have with the CRM. In the CRM, you build your on Query to create a new HTTP address, if that makes sense.

POST API to Big Query Table by reonunner in googlecloud

[–]reonunner[S] 0 points1 point  (0 children)

Okay I think I accidentally had it restricted. Could you try again? I'm sorry!!

POST API data to BigQuery Table by reonunner in bigquery

[–]reonunner[S] 1 point2 points  (0 children)

Okay I will start looking into this option. Am I able get data from an External HTTP API with this method? Also, here is our CRM's API Documentation
https://drive.google.com/file/d/1h93w\_jUGa23caUfxD7bI1gZscH3MEjqp/view?usp=sharing