I have created lookup-relationship for standard object Account and custom object Child__c in salesforce. Using following query when I tries to fetch Account's i.e parent object field, query assist returns.
Queries are:
1. Select id, Account__r.Active__c from Child__c
2. Select id, Account__r.Type from Child__c
Can anybody assist me to solve this?