ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: Filter by multiple conditions using OR logic hi Jake_Raz , Have you tried using the Filter Relationship editor? This might answer your needs. Please let me know if this works for you : ) Always here to help, Helena from QBeeQ [email protected] QBeeQ - Gold Implementation and Development Partner Re: How to create an average line in a bar chart? Hi lalasisi , You can achieve this by creating a line chart, adding an additional measure that will calculate the average, and changing the chart type for the Cost to column. Here is the formula to get the average: And the final result: Please let me know if this works for you : ) Always here to help, Helena from QBeeQ [email protected] QBeeQ - Gold Implementation and Development Partner Re: Applied JAQL formula on top of another JAQL formula result Hi enmiwong , That would be the dimension that differentiates each row. Similar to a group by. What kind of filters would you like to implement? On the formula itself? on the widget? on the dashboard? Always here to help, Helena from QBeeQ [email protected] QBeeQ - Gold Implementation and Development Partner Re: Applied JAQL formula on top of another JAQL formula result Hi enmiwong , If I understand your question correctly, in the third column you would like to get the maximum value previously obtained on the rows. Have you tried using multi-pass aggregation? In your example, it would look like this: MAX(DIMENSION_IN_FIRST_COLUMN, (10 * MAX([sepal_length]) + 0)) I am attaching an example based on the eCommerce sample data. Please let me know if this works for you. Always here to help, Helena from QBeeQ [email protected] QBeeQ - Gold Implementation and Development Partner Re: Help us name the Community! Sisense Pulse Sisense Connect Sisense Bridge Always here to help, Helena from QBeeQ [email protected] QBeeQ - Gold Implementation and Development Partner Re: how to change the color of data bar in pivot table Hi merinsverghese , It looks like since that post the class changed. Try with the following script. It should work now: widget.on('ready', function(se, ev){ $('.sisense-pivot__data-bar-bar', element).css('background-color', 'red'); }) Please let me know if this works for you : ) Always here to help, Helena from QBeeQ [email protected] QBeeQ - Gold Implementation and Development Partner Re: how to change the color of Tree map Hi merinsverghese , As you can see here, to change the colors you need to configure either categories or a measure in the Colors data panel. Please let me know if this works for you : ) Always here to help, Helena from QBeeQ [email protected] QBeeQ - Gold Implementation and Development Partner Re: Coloring on a bar graph Hi andyjohnston , If the objective is to have different colors for each bar, have you tried a script similar to this one? This might be a solution. Please let me know if this works for you : ) Always here to help, Helena from QBeeQ [email protected] QBeeQ - Gold Implementation and Development Partner Re: Include All filter to use values in list Hi zach_myt , I guess you can probably ask for that feature on the wizer github page. Although it looks like it has been quiet for some years. With some coding knowledge you could probably do the change yourself. At QBeeQ, we also have a multi-select filter that could meet your needs if you are interested. It does not incorporate the [Is] functionality yet, but we can make that happen. Feel free to contact me directly 🙂 Always here to help, Helena from QBeeQ [email protected] QBeeQ - Gold Implementation and Development Partner Re: Include All filter to use values in list Hi zach_myt , A New filter UI is available since L2022.4. You can enable it in Admin -> App Configuration -> Feature Managerment - Filters. You will then be able to configure your filters as shown in my previous answer. Please let me know if this works for you : ) Always here to help, Helena from QBeeQ [email protected] QBeeQ - Gold Implementation and Development Partner