JB
JB
I also recently ran into the error when trying to create a crosstab with 208 variables in tab_cells and 16 in tab_cols. Removing "/" character did not solve the problem...
@trangdata Did you get it to work? I am always getting a 404 error using the following base_url: "https://[...]/openai.azure.com/openai/deployments/gpt-35-turbo/chat/completions?api-version=2024-02-01"
@irudnyts Thank you for your fast response! Ah, I understand... According to the [documentation of Azure OpenAI Service](https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#chat-completions) the endpoint url should look like this: `https://{your-resource-name}.openai.azure.com/openai/deployments/{deployment-id}/chat/completions?api-version={api-version}`.
Thank you for your reply, clarification on `tab_last_sig_cpct` and your suggestion for a solution counting NAs. Unfortunately, the function does not work correctly in combination with subtotal. Example code for...
Ah, I was using `hide` incorrectly. Now it works! Is there a way to remove the NA count from the total number of cases and the percentage column so that...