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
{{ message }}
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
Related to this issue in the SFDC developer forums. If a queried field has all null values, it will omit the field from the results. Example:
SELECT Id, Total_Bookings__c FROM Account
If Total_Bookings__c has no values (is null) in all records, then it will omit that field from the results. If stored in object df, df will be a data frame with 1 column, Id.
Is it possible to get the null field in the results?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Related to this issue in the SFDC developer forums. If a queried field has all null values, it will omit the field from the results. Example:
SELECT Id, Total_Bookings__c FROM Account
If Total_Bookings__c has no values (is null) in all records, then it will omit that field from the results. If stored in object df, df will be a data frame with 1 column, Id.
Is it possible to get the null field in the results?
The text was updated successfully, but these errors were encountered: