Hello All,
i've an index contain 2 fields: "Total number of customers" and "specific customers". also a coordinates geosaptial lookup.
i want the maps to draw the 2 fields in 1 Map to be able to know the number of specific customers from the total number customers.
HYG my query
index="customer" | join type=inner [inputlookup custlookup |table featureId |rename featureId as Place] |geom RNC_File featureIdField=place
my problem is when i try to draw the customer counts i can draw only 1 field not 2