Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

The query returns no data

Hi,

Could someone tell me why this query on force.com returns no data?

Comentario:

LOAD CreatedById;      

SQL SELECT CreatedById , count (Id) NumeroTotal

FROM UserFeed Group By CreatedById;

Thanks

Cesar

2 Replies
Not applicable
Author

try it

Comentario:

LOAD CreatedById,

count (Id)  as  NumeroTotal

Group By CreatedById;      

SQL SELECT CreatedById , id

FROM UserFeed ;

Not applicable
Author

Hi vishwaranjan,

Force.com (Salesforce) don't understand "as" because is SOQL.

Thanks,

Cesar