Dynamic Indicator Maker for Appsheet Devs

Great to have this DIM. Works like a charm. However I have a grey border around my Percent Complete Circle. Is there a way to get rid of that?

Ewout_van_Zonne_0-1657534339171.png

 

Solved Solved
0 11 343
3 ACCEPTED SOLUTIONS

That's the way it's shown on Form view since it's expected for forms to upload images and you can't change that.

Detail View should show it without any border

View solution in original post

Hi @Ewout_van_Zonne
I was thinking about this and you can try adding a Show column and use it on the "image" category by pointing to [YourImageColumn]

Then use these show if statements:

On the Show column: CONTEXT(VIEWTYPE)="Form"
On the Image column: CONTEXT(VIEWTYPE)<>"Form"

View solution in original post

11 REPLIES 11

How do you make it? I bet the service has some way of customizing things.

I did it via the SVG Maker for AppSheet Devs 

https://www.appsheet.com/Template/AppDef?appName=SVGMakerforAppsheetDevs-861308&appId=SVGMakerforApp...

It's not in the SVG Maker, this border is apparently on the AppSheet side.

Maybe you are mixing AppSheet's stock options with QREW Tech stuff? Because I can't find that sample app anywhere

The way that indicator works is just by building out the code for an SVG image

  - check the code and see if there's some kind of gray outline

If you refer to that squearish grey thing, I think you can't change it and it's on AppSheet side as you said.
Can we know where you took that screenshot?

I took that screenshot from an app I developed. There is nothing in the code referring to stroke or border. It has to come from AppSheet. 

I mean where exactly.

Detail View? Form View?

Form View

That's the way it's shown on Form view since it's expected for forms to upload images and you can't change that.

Detail View should show it without any border

Hi @Ewout_van_Zonne
I was thinking about this and you can try adding a Show column and use it on the "image" category by pointing to [YourImageColumn]

Then use these show if statements:

On the Show column: CONTEXT(VIEWTYPE)="Form"
On the Image column: CONTEXT(VIEWTYPE)<>"Form"

That was good thinking ๐Ÿ˜Š. Works fine, Thank you!

Top Labels in this Space