Comments
-
@ArborRose Thank you for your response. What if our use case requires us to embed the forms publicly without any authenticated logins? Another option would be to embed them on an existing public website. Would that be safe?
-
@DanHendriksen I agree with @ArborRose Additionally, I would like to see webinars on building AI agents from scratch that address real-time use cases to help get started. I’m also interested in bulk PDF extraction to data collections using natural language queries, along with the ability to preview PDFs within dataset rows…
-
@JasonAltenburg I would need the code too.
-
@ArborRose No, it does not
-
@ArborRose I had previously converted a Brick, and it worked without a schema defined in the manifest.json file. I just checked, and there is no schema definition present in the manifest file for that app.
-
@JasonAltenburg Is there a standard code javascript template that I can use in connecting my custom form brick to a dataset for storing and syncing the form inputs.
-
@MarkSnodgrass It's not about the dropdown lists within the form, but rather about how the form stores data based on the selected dropdown or slicer in dashboard app. For example, if I select "State A" from the dropdown or slicer, the form displayed in the dashboard app should store data specific to State A, rather than…
-
@ColemenWilson Thank you for suggesting the table element. I see it now, and it appears that we cannot edit the values in the table. It is limited to the following operations: Show/Hide columns Reorder columns Rename columns Resize columns Format table Add a column Group by Show/Hide total row and subtotal rows Please…
-
@ArborRose Yeah I used webform. I am looking for a user interface within a dashboard app to make those changes and customize them using a slicer( filtering)
-
@MichelleH Thank you, I was able to resolve it the same way yesterday. Appreciate it!!
-
@MichelleH I applied the RANK function in Magic ETL, but it is not dynamically assigned in the Mega Table due to the applied filters. How can I get it to work on specific columns of a Pivot Table and ensure it is exported in the same format?
-
@DanHendriksen Thank you! Looking forward to it.
-
@DavidChurchman @GrantSmithThis is resolved. I did not look at the console tab.
-
@andyhicken Apart from using text classifier, below one could also help "Under Admin > Toolkit, there's a scheme management capability to modify a dataset's field types. But I use it as a last resort; when I can't seem to get Domo to accept my field types on import."
-
@B_arnett_1_9_8_8 Is there any date column that distinguishes the tags as empty or most recent, If so, apply the date column as filter and select the most recent date that has the most recent current tag. Correct me if I am wrong.
-
Noted, Thank you!
-
@DanHendriksen Thank you!
-
@B_arnett_1_9_8_8 Add a filter to show only lines that have the currently assigned tags ( most recent) to your datagrid.
-
@ArborRose This worked when I created separate formulas instead of aggregating at Dataset level and applied the aggregation in beast mode.
-
@ArborRose I tried creating 'total rating' calculation at Dataset level in Magic ETL, However , it throws the below error 'Aggregate functions are not allowed in this context'
-
@Manasi_Panov Not that, I am using the below calculation total rating= SUM( CASE WHEN Leverage Ratio values >= 61.00 THEN 1 WHEN Leverage Ratio values >= 40.00 and Leverage Ratio values<= 60.00 THEN 2 WHEN Leverage Ratio values >= 0.00 and Leverage Ratio values<= 39.00 THEN 3 ELSE 0 END + CASE WHEN Cash on hand values <=…
-
Do I need to create multiple cards/apps based on the filters to embed? Or , Is there a way to do this all at once and share the separate URLs based on the filters?
-
@Jones01 Thank you!
-
@Jones01 Yes I did observe that, However I am not embedding my card and want to have the export button within the app/dashboard instead of making users navigate to find the export option.
-
@Jones01 Do you have the source code for HTML brick, to enable this export function for cards with Export button?
-
@ArborRose How would I be able to achieve it through custom card/ App?
-
@MarkSnodgrass Thank you! This one is hopefully resolved.
-
@MarkSnodgrass I created individual risk indicators (Beast Modes) for 'Low,' 'Medium,' and 'High' using OR conditions and added separate slicer cards for each risk. However, when filtered, the slicers display 'Null values' with the 'selected values' language. Is there a way to remove this language and display the slicer…
-
@MarkSnodgrass 5 COLUMNS- IF ANY COLUMN HAS LOW RISK THEN DISPLAY UNDER LOW RISK MEDIUM RISK- IF ANY COLUMN HAS ATLEAST ONE MEDIUM RISK, THEN DISPLAY UNDER MEDIUM RISK SAME FOR HIGH RISK Rows displayed under high risk can be displayed under low risk and medium risk as well if they have atleast one such indicator
-
@MarkSnodgrass When I reorder them by low risk, high risk. Wouldn't the low risk rows stop getting evaluated when checking for high risk? For instance my condition is to check if it evaluation meets true for any of the conditions among five columns.