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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Cross table !

CrossTable([Respondent ID],Response,5)

LOAD RespondentID as [Respondent ID] ,

     Date,

     Category,

     WeekType,

     QID as QuestionID,

     Response

    

     Resident Cust_Nov_Saving_Two_Wheeler;

am using above script for cross table.

i want convert the data from Response so the above cross table cant work getting error so can u suggests me

Thanks

4 Replies
alexandros17
Partner - Champion III
Partner - Champion III

is it CrossTable([Respondent ID],Response,4) ???

Not applicable
Author

i tried that one also but getting same error :

Field not found - <RespondentID>

CrossTable(RespondentID,Response,4)

LOAD RespondentID as [Respondent ID],

     Date,

     Category,

     WeekType,

     QID as QuestionID,

     Response

    

     Resident Cust_Nov_Saving_Two_Wheeler

alexandros17
Partner - Champion III
Partner - Champion III

It is right ... [Respondent ID] is the field to use!

Not applicable
Author

yes  Respondent ID is the field am using same format in cross table syntax but i can get ans