[List Collector]How to include the other related details to its answer ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 11:40 PM
I have a list collector that I moddified, originally its only department, I modified the variable attribute to include its company . Now , what i hope to achieve is when i select the department , the company should also be included to the answer separted by '-'( Department-Company), but currently only the department is getting reflected. Can you tell me how should i do this, script or somthing. Please give me some idea like code snippet or even related videos i can refer. Im new to this. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2024 09:53 AM
Is this what you are looking for? It would be added to the variable attributes of the department variable.
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name,ref_ac_columns_search=true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2024 05:54 PM
Hello Thanks for Responding, I already have what you gave, what i want is I want the company to reflect also when selected. Because I want it when submmited to be ."Department 1 - Company A"
Because currently, although the company is within the option, when selected only the Department is being selected Like "Department 1" , not with its Company.