Comments
-
Where can I use the custom code for the app. Is it feasible with App studio?
-
Thank you for your response. Can we customize the forms in Domo App studio with custom code? How can I achieve that? By sections I meant, after adding sections and deploying the form, it displays sections separately with a next button and takes to the other section separately. I want the two sections to be displayed in a…
-
I understand , I am using forms in App studio that has many limitations. Some of them are the below Phone number field type with country codes is not available. Embedding features of agreements to sign and accept electronically is not available. Sections within the single page not available customizing form title with bold…
-
yeah I don't see that option using iframe in lucid chart.
-
@ColemenWilson Thank you for this. Would I be able to embed the dashboard in lucid chart? is it feasible?
-
I understand, thank you!!
-
Thank you so much Mark, It worked!! However it is a long process to apply for making word clouds in DOMO. Also Why did we make use of calendar for numbering the words, is there any other approach or alternative ?
-
the first column is the college and the second column is the semester term. It displays only when term semester is filtered and when college is filtered , it does not display the value that is constant across all terms.
-
Thank you so much for your response. I applied the beast mode and am trying to the same in chart( there is a chart percent of the total vertical bar). I am trying to that with my data, however, my graph doesnt look the same as it is shown. I want to know how that percent of total graph vertical bar( under bar charts) is…
-
No i dont see any duplicate values . However one rows of the dataset are not continous , rows from the other dataset come in between. I hope you understand what I mean. Please let me know if you require more information.
-
The developer has utilized iframe code provided by domo to embed it within the HTML application. They assert that there are no issues from their end and within the code.
-
Thank you so much. I was able to create a dynamic unpivot, keeping in mind the future addition of date columns.
-
I tried creating the beast mode again, validated and created the card, still I encounter the same error.
-
can we change the card title font size and color?
-
I have zeroes in a column which are leading to miscalculation of average. I want to create a beast mode calcualtion to avoid the zeroes in my calcualtion and calculate only the rows that have actual values other than zeroes. How do I achieve this?
-
Thank you for your response. It helped.
-
Updating the beast mode gives me " issue request and doesnt display the graph", even though it says updated, when I go back to the beast mode calculation, it displays the old case statement. Any inputs?
-
Also what if I want to specify the blank and zero values as separate categories?
-
@marcel I think the less than operator kind of falsely categorizes the range values and include all possible duplicate values when indicated as less than equal to for each range. Do you Agree?
-
Thank you Marcel and Jones for your answers. Both of the queries worked for me . I am curious to know why my CASE statement with BETWEEN didn't work and I believe they are in order, Aren't they?
-
Please find my beast mode calculation below CASE WHEN `New_Column_Name` < 5 THEN 'Less than 5' WHEN `New_Column_Name` BETWEEN 5 AND 10 THEN '5-10' WHEN `New_Column_Name` BETWEEN 11 AND 20 THEN '11-20' WHEN `New_Column_Name` BETWEEN 21 AND 30 THEN '21-30' WHEN `New_Column_Name` BETWEEN 31 AND 50 THEN '31-50' WHEN…